mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 13:01:01 -05:00
Attempting To Add sops-nix
This commit is contained in:
parent
416b6830b1
commit
33875c9f47
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
|
@ -17,6 +21,7 @@
|
|||
modules = [
|
||||
./hosts/default/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
kim = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -24,6 +29,7 @@
|
|||
modules = [
|
||||
./hosts/kim/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue