Merge pull request #38 from cnsta/sopstypo

sops typo
This commit is contained in:
cnsta
2024-08-25 20:27:33 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
userd = { userd = {
sops = { sops = {
enable = true; enable = true;
toothpick = true; toothpick.enable = true;
}; };
copyq.enable = true; copyq.enable = true;
mako.enable = true; mako.enable = true;

View File

@@ -55,7 +55,7 @@
samba.enable = false; samba.enable = false;
sops = { sops = {
enable = true; enable = true;
toothpc = true; toothpc.enable = true;
}; };
ssh.enable = true; ssh.enable = true;
udisks.enable = true; udisks.enable = true;