This commit is contained in:
2025-08-04 23:17:15 +03:00
parent 309e4198ef
commit 903753567f
3 changed files with 27 additions and 4 deletions
+6
View File
@@ -32,6 +32,12 @@ let
# self.homeConfigurations.root.nixosModule
];
home-manager = {
extraSpecialArgs = {
xlib = config.xlib;
};
};
sops = {
defaultSopsFile = ./secrets/example.yaml;
age.keyFile = "/var/lib/sops-nix/key.txt";