diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-15 09:14:15 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-15 09:14:15 +0100 |
commit | fbfda3383111d76dfbf6e1afb96811920f6120a5 (patch) | |
tree | 1f9a2192103aae3e8036dc15ec97ec39fd0efb88 /flake.nix | |
parent | 5040d9d2e951bb65df04041246c1f9a484e91ba2 (diff) |
Agenix work only and some other changes to make it work again
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]; |