Don't use sops for now
This commit is contained in:
parent
71bebd9b0c
commit
e95d527295
1 changed files with 8 additions and 9 deletions
|
@ -23,14 +23,14 @@ in
|
||||||
./shared/ssh.nix
|
./shared/ssh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
sops = {
|
# sops = {
|
||||||
defaultSopsFile = "./secrets/example.yaml";
|
# defaultSopsFile = "./secrets/example.yaml";
|
||||||
age = {
|
# age = {
|
||||||
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25510_key" ];
|
# sshKeyPaths = [ "/etc/ssh/ssh_host_ed25510_key" ];
|
||||||
keyFile = "/root/.config/sops/age/keys.txt";
|
# keyFile = "/root/.config/sops/age/keys.txt";
|
||||||
generateKey = true;
|
# generateKey = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
users.users = {
|
users.users = {
|
||||||
# connection only via ssh key
|
# connection only via ssh key
|
||||||
|
@ -43,4 +43,3 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue