Add host srv03

This commit is contained in:
JuliusFreudenberger 2026-04-25 02:28:23 +02:00
parent e8d9329e8e
commit 061fdb2a47
5 changed files with 185 additions and 0 deletions

View file

@ -167,6 +167,24 @@
];
};
srv03 = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = {
inherit inputs outputs;
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
};
modules = [
disko.nixosModules.disko
agenix.nixosModules.default
./hosts/srv03
];
};
};
homeConfigurations = {