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