summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-15 09:14:15 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-15 09:14:15 +0100
commitfbfda3383111d76dfbf6e1afb96811920f6120a5 (patch)
tree1f9a2192103aae3e8036dc15ec97ec39fd0efb88 /flake.nix
parent5040d9d2e951bb65df04041246c1f9a484e91ba2 (diff)
Agenix work only and some other changes to make it work again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fe9eee0..2d0988b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
update-systemd-resolved.inputs.nixpkgs.follows = "nixpkgs";
};
- outputs = { self, nixpkgs, utils, home-manager, helix, hyprland, agenix, update-systemd-resolved, ... }@inputs:
+ outputs = { self, utils, home-manager, agenix, update-systemd-resolved, ... }@inputs:
utils.lib.mkFlake {
inherit self inputs;
@@ -24,11 +24,11 @@
agenix.nixosModules.default
./config/shared.nix
- ./config/agenix.nix
];
hosts.work.modules = [
update-systemd-resolved.nixosModules.update-systemd-resolved
+ ./config/agenix.nix
./hosts/work.nix
];
hosts.tarrel.modules = [./hosts/tarrel.nix];