summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-29 23:34:40 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-29 23:34:40 +0200
commit638ac9d6d2e6d05a4c6c973e3db235a952d92000 (patch)
treef67579594a71a93065f4ecf827799aae41c97869 /flake.nix
parent0785f0c5d36e442a7d65a5e35378c09903d39211 (diff)
Threshold host and nix flake update.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e21d0db..ecc793f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -120,6 +120,21 @@
];
};
+ threshold = nixpkgs.lib.nixosSystem {
+ specialArgs = {
+ inherit inputs;
+ };
+ system = "x86_64-linux";
+ modules = [
+ ./modules
+ ./users/wilkuu-server.nix
+ ./hosts/threshold
+ inputs.home-manager.nixosModules.default
+ disko.nixosModules.disko
+ inputs.sops-nix.nixosModules.sops
+ ];
+
+ };
};
};
}