Configure sops
for the personal user
This commit is contained in:
parent
90c7cb0d98
commit
58ea2512a9
|
@ -1,4 +1,4 @@
|
|||
{ user, ... }: {
|
||||
{ config, user, ... }: {
|
||||
imports = [
|
||||
./common.nix
|
||||
];
|
||||
|
@ -6,6 +6,12 @@
|
|||
config = {
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
sops = {
|
||||
age.sshKeyPaths = [
|
||||
"${config.home.homeDirectory}/.ssh/id_ed25519"
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue