summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f4e1cd8..68d9a7e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -102,6 +102,20 @@
inputs.sops-nix.nixosModules.sops
];
};
+ omega-relay = nixpkgs.lib.nixosSystem {
+ specialArgs = {
+ inherit inputs;
+ };
+ system = "x86_64-linux";
+ modules = [
+ ./modules
+ ./hosts/omega-relay
+ ./users/wilkuu-server.nix
+ inputs.home-manager.nixosModules.default
+ inputs.sops-nix.nixosModules.sops.nix
+ ];
+
+ };
vm-shell = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;