summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-02 23:17:56 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-06 18:29:41 +0100
commit24ae3d26155fc70cf381422f9dedbbbb33b425d8 (patch)
treeab67b79065402633c07a20fc97b78b510239d7be /flake.nix
parente25041e3722a716338a568a1395bb17c8e09e49c (diff)
Add omega-relay prototype host
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 68d9a7e..8148ee3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -109,10 +109,10 @@
system = "x86_64-linux";
modules = [
./modules
- ./hosts/omega-relay
./users/wilkuu-server.nix
+ ./hosts/omega-relay
inputs.home-manager.nixosModules.default
- inputs.sops-nix.nixosModules.sops.nix
+ inputs.sops-nix.nixosModules.sops
];
};