Configure DashVim for server
This commit is contained in:
parent
a5de016eed
commit
eeeb2bd9ed
6 changed files with 17 additions and 23 deletions
|
|
@ -36,6 +36,11 @@ in
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
!include ${config.sops.secrets.access.path}
|
||||
'';
|
||||
};
|
||||
|
||||
sops = {
|
||||
gnupg = {
|
||||
|
|
@ -47,6 +52,7 @@ in
|
|||
secrets.lab = { };
|
||||
secrets.${username} = { };
|
||||
secrets.nextcloud = { };
|
||||
secrets.access = { };
|
||||
};
|
||||
|
||||
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue