flake.lock: update mysecrets
hosts/dunamis/configuration.nix: add dnscrypt hosts/dunamis/sops.nix: add another ssh key hosts/dunamis/users/user/home-configuration.nix: import sops.nix hosts/dunamis/users/user/sops.nix: link public keys modules/home/desktop/niri/default.nix: redo layout string insertion Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -24,6 +24,11 @@ in {
|
||||
mode = "0400";
|
||||
owner = "user";
|
||||
};
|
||||
"ssh-private-uni" = {
|
||||
path = "/home/user/.ssh/id_uni_ed25519";
|
||||
mode = "0400";
|
||||
owner = "user";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user