mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
prepared the new vps
This commit is contained in:
parent
534dba6dbe
commit
1cd25fb778
5 changed files with 102 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue