added fes and other things

This commit is contained in:
Sebastian Moser
2025-09-09 20:45:00 +02:00
parent 0c04a03e26
commit 287648124c
4 changed files with 210 additions and 20 deletions

View File

@@ -365,6 +365,14 @@
];
};
"fes" = nixpkgs.lib.nixosSystem {
inherit specialArgs;
system = "x86_64-linux";
modules = [
./hosts/fes.nix
];
};
# server that hosts stuff
"fasu" = nixpkgs.lib.nixosSystem {
inherit specialArgs;