From 1f04b5ef0a0a2814c444cb1dc2082f556dc4dd03 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 25 Aug 2024 20:23:24 +0200 Subject: [PATCH] toothpick sops 2 --- home/users/toothpick/modules.nix | 4 ++-- hosts/toothpc/modules.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/users/toothpick/modules.nix b/home/users/toothpick/modules.nix index 729e7932..3010598a 100644 --- a/home/users/toothpick/modules.nix +++ b/home/users/toothpick/modules.nix @@ -46,8 +46,8 @@ }; userd = { sops = { - enable = false; - toothpick = false; + enable = true; + toothpick = true; }; copyq.enable = true; mako.enable = true; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 5cb7de19..d0274ff3 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -54,8 +54,8 @@ powerd.enable = true; samba.enable = false; sops = { - enable = false; - toothpc = false; + enable = true; + toothpc = true; }; ssh.enable = true; udisks.enable = true;