mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add secrets submodule to flake
This commit is contained in:
parent
f59d75c146
commit
b881f6aac8
1 changed files with 3 additions and 0 deletions
|
|
@ -7,12 +7,14 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nix-secrets.url = "path:./nix-secrets";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
sops-nix,
|
||||
nix-secrets,
|
||||
...
|
||||
} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
|
|
@ -54,6 +56,7 @@
|
|||
./hosts/WCE-Overseer
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
nix-secrets
|
||||
];
|
||||
};
|
||||
Parzival-Live = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue