Added the correct input for sops

This commit is contained in:
Alexandre1a 2025-12-29 14:05:38 +01:00
parent c6379fb2fd
commit feec6c7990
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 2 additions and 1 deletions

View File

@ -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
]; ];
}; };
}; };

View File

@ -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