wow cfg
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{ lib, config, ... }: {
|
||||
|
||||
#environment.sessionVariables.SOPS_AGE_KEY_FILE = keyFilePath;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
@ -9,4 +10,12 @@
|
||||
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
|
||||
#SOPS
|
||||
sops.defaultSopsFile = ./sops/${config.usercfg.username}.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/age-key.txt";
|
||||
sops.age.generateKey = true;
|
||||
sops.secrets."github_user_key" = { };
|
||||
sops.secrets."curse_forge_key" = { };
|
||||
}
|
||||
|
Reference in New Issue
Block a user