formatting
This commit is contained in:
@@ -17,6 +17,7 @@ in
|
||||
sops
|
||||
docker
|
||||
desktop
|
||||
step-ssh-user
|
||||
];
|
||||
targets.genericLinux.enable = true;
|
||||
|
||||
@@ -42,13 +43,20 @@ in
|
||||
|
||||
homeManagerFlakeDir = flakeDir;
|
||||
docker.enable = true;
|
||||
ssh.certificates.enable = true;
|
||||
ssh.matchSets = {
|
||||
|
||||
step-ssh-user = {
|
||||
enable = true;
|
||||
principals = ["root" "${username}" "appdaemon"];
|
||||
};
|
||||
ssh = {
|
||||
certificates.enable = true;
|
||||
matchSets = {
|
||||
certs = true;
|
||||
appdaemon = true;
|
||||
homelab = true;
|
||||
dev = true;
|
||||
};
|
||||
};
|
||||
sops.secrets."restic_password/john_ubuntu" = {
|
||||
path = "${config.xdg.configHome}/resticprofile/password.txt";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user