diff --git a/home/users/toothpick/modules.nix b/home/users/toothpick/modules.nix index 3010598a..1ea2dc16 100644 --- a/home/users/toothpick/modules.nix +++ b/home/users/toothpick/modules.nix @@ -47,7 +47,7 @@ userd = { sops = { enable = true; - toothpick = true; + toothpick.enable = true; }; copyq.enable = true; mako.enable = true; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index d0274ff3..a15bd33b 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -55,7 +55,7 @@ samba.enable = false; sops = { enable = true; - toothpc = true; + toothpc.enable = true; }; ssh.enable = true; udisks.enable = true;