Add git and gpg configs
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
neededForUsers = true;
|
||||
};
|
||||
|
||||
home-manager.users.nick.sops = {
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
secrets = {
|
||||
"git" = { path = "/home/nick/.git-credentials"; };
|
||||
"gpg-agent/pgp.key" = { };
|
||||
"gpg-agent/pgp.pass" = { };
|
||||
};
|
||||
};
|
||||
|
||||
users.users.nick = {
|
||||
isNormalUser = true;
|
||||
home = "/home/nick";
|
||||
|
Reference in New Issue
Block a user