prepared the new vps

This commit is contained in:
Rouven Seifert 2023-04-12 17:21:24 +02:00
parent 534dba6dbe
commit 1cd25fb778
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 102 additions and 3 deletions

View file

@ -107,6 +107,15 @@
sops-nix.nixosModules.sops
];
};
falkenstein-1 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs.inputs = attrs;
modules = [
./hosts/falkenstein-1
./shared
sops-nix.nixosModules.sops
];
};
};
};
}