Fix: Stop making fun of me.
This commit is contained in:
parent
46ee5c8b5c
commit
4aaf1d33bd
@ -244,8 +244,7 @@
|
||||
ip = "192.168.1.23";
|
||||
};
|
||||
ssh = {
|
||||
path = ".ssh";
|
||||
privateKey = "admin@fighter";
|
||||
privateKey = ".ssh/admin@fighter";
|
||||
};
|
||||
dataDirs = {
|
||||
appdata = "/appdata";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ sys, pkgs, inputs, flake, ... }: {
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
sops = {
|
||||
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.path}/${sys.ssh.privateKey}" ];
|
||||
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
|
||||
age.generateKey = false;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user