mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
enable sops for project
This commit is contained in:
parent
f15b34d66a
commit
2a07f3e4ba
1 changed files with 2 additions and 0 deletions
|
|
@ -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;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue