flake: remove prismo config
Some checks failed
Run nix flake check / flake-check (push) Successful in 2m4s
Periodic flake update / flake-update (push) Failing after 3s

This commit is contained in:
2025-11-17 10:41:03 +01:00
parent b8f3d8ee28
commit c3c7500396
4 changed files with 0 additions and 187 deletions

View File

@@ -77,22 +77,6 @@
{
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-tree;
nixosConfigurations = {
prismo = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self user;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
}
)
./hosts/prismo
sops-nix.nixosModules.sops
];
};
magicman = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {