mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +01:00
Added the correct input for sops
This commit is contained in:
parent
c6379fb2fd
commit
feec6c7990
@ -35,6 +35,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./hosts/nixos/configuration.nix
|
./hosts/nixos/configuration.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
|
sops-nix.nixosModules.sops
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -44,6 +45,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./hosts/macos/configuration.nix
|
./hosts/macos/configuration.nix
|
||||||
inputs.home-manager.darwinModules.default
|
inputs.home-manager.darwinModules.default
|
||||||
|
sops-nix.darwinModules.sops
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
# Common Packages
|
# Common Packages
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# CLI
|
# CLI
|
||||||
sops
|
|
||||||
btop
|
btop
|
||||||
hello
|
hello
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user