summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3c47785..352b013 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,13 @@
sops-nix.nixosModules.sops
];
};
+ mox = nixpkgs.lib.nixosSystem {
+ system = "x86_64-linux";
+ modules = [
+ ./hosts/mox/configuration.nix
+ sops-nix.nixosModules.sops
+ ];
+ };
};
};
}