diff options
-rw-r--r-- | sif.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,8 +60,6 @@ | |||
60 | services = { | 60 | services = { |
61 | colord.enable = true; | 61 | colord.enable = true; |
62 | 62 | ||
63 | fprintd.enable = true; | ||
64 | |||
65 | vnstat.enable = true; | 63 | vnstat.enable = true; |
66 | 64 | ||
67 | logind.extraConfig = '' | 65 | logind.extraConfig = '' |
@@ -311,7 +309,6 @@ | |||
311 | daemonIONiceLevel = 3; | 309 | daemonIONiceLevel = 3; |
312 | }; | 310 | }; |
313 | 311 | ||
314 | environment.etc."fprintd.conf".source = "${pkgs.fprintd}/etc/fprintd.conf"; | ||
315 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./sif/wacom.conf; | 312 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./sif/wacom.conf; |
316 | 313 | ||
317 | systemd.services."kill-user@" = { | 314 | systemd.services."kill-user@" = { |