Remove hetznix

Forgejo and all static websites have been moved to nixedo.
This commit is contained in:
Oliver Davies 2025-04-18 22:58:06 +01:00
parent ebf9778b42
commit fa3bee371f
11 changed files with 0 additions and 240 deletions

View file

@ -138,17 +138,6 @@
./hosts/PW05CH3L/configuration.nix
];
};
hetznix = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
agenix.nixosModules.default
disko.nixosModules.disko
./hosts/hetznix/configuration.nix
];
};
};
nixosModules = import ./modules { lib = nixpkgs.lib; };