diff options
author | sils <sils@sils.li> | 2023-12-06 17:12:52 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-12-06 17:12:52 +0100 |
commit | 852ec5caee361f693a583c66d1b75a9d21f0461f (patch) | |
tree | 8edfaa83cb2cb35b7375c41111b03f9f9bca8419 /hosts | |
parent | feat(treewide): move virtualisation out of hostconfig (diff) | |
download | nix-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.nix | 5 |
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"; |