Fix: I hope.
This commit is contained in:
parent
4aaf1d33bd
commit
18ca235bad
@ -1,7 +1,10 @@
|
|||||||
{ sys, pkgs, inputs, flake, ... }: {
|
{ sys, pkgs, inputs, flake, ... }: {
|
||||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
|
age.sshKeyPaths = [
|
||||||
|
"/home/${sys.username}/${sys.ssh.privateKey}"
|
||||||
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
|
];
|
||||||
age.generateKey = false;
|
age.generateKey = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user