summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-12-06 17:12:52 +0100
committersils <sils@sils.li>2023-12-06 17:12:52 +0100
commit852ec5caee361f693a583c66d1b75a9d21f0461f (patch)
tree8edfaa83cb2cb35b7375c41111b03f9f9bca8419 /hosts
parentfeat(treewide): move virtualisation out of hostconfig (diff)
downloadnix-config-852ec5caee361f693a583c66d1b75a9d21f0461f.tar.gz
nix-config-852ec5caee361f693a583c66d1b75a9d21f0461f.zip
refactor(treewide): move security config out of hosts
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index 06fd052..dc347ba 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -15,11 +15,6 @@
     pulseaudio.enable = false;
   };
 
-  security = {
-    rtkit.enable = true;
-    pam.services.swaylock = {};
-  };
-
   environment.systemPackages = [pkgs.xorg.xkbcomp];
 
   i18n.defaultLocale = "en_US.UTF-8";