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:
2025-03-17 16:05:23 +02:00
parent a0d70778a4
commit 88db51d7a1
6 changed files with 377 additions and 367 deletions

View File

@ -24,6 +24,11 @@ in {
mode = "0400";
owner = "user";
};
"ssh-private-uni" = {
path = "/home/user/.ssh/id_uni_ed25519";
mode = "0400";
owner = "user";
};
};
};
}