Add heaven (my server)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
gk = { path = "/home/hadi/.ssh/github"; };
|
||||
glk = { path = "/home/hadi/.ssh/gitlab"; };
|
||||
silicon = { path = "/home/hadi/.ssh/silicon"; };
|
||||
heaven = { path = "/home/hadi/.ssh/heaven"; };
|
||||
};
|
||||
};
|
||||
|
||||
14
home/system/sops/server.nix
Normal file
14
home/system/sops/server.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ sops-nix, ... }: {
|
||||
imports = [ sops-nix.homeManagerModules.sops ];
|
||||
|
||||
sops = {
|
||||
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
||||
defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||
secrets = {
|
||||
gts = { path = "/home/hadi/.ssh/gts"; };
|
||||
sshconfigheaven = { path = "/home/hadi/.ssh/config"; };
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
|
||||
}
|
||||
Reference in New Issue
Block a user