enable sops for project

This commit is contained in:
TheWanderingCrow 2024-12-03 11:14:18 -05:00
parent f15b34d66a
commit 2a07f3e4ba

View file

@ -10,6 +10,7 @@
nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
alejandra.url = "github:kamadorueda/alejandra/3.1.0";
alejandra.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
};
outputs = inputs: let
@ -29,6 +30,7 @@
modules = [
(./hosts + "/${host}")
inputs.home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
];
});
in {nixosConfigurations = lib.attrsets.genAttrs ["Parzival" "Parzival-Mobile" "WCE-Overseer"] ns;};