Commit 0870148321cc

Vincent Demeester <vincent@sbr.pm>
2023-11-23 14:45:11
systems: disable envfs
It gets in the way for no real benefits. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f88436c
Changed files (2)
systems/hosts/aomi.nix
@@ -150,7 +150,7 @@ in
   '';
 
   services = {
-    envfs.enable = true;
+    envfs.enable = false;
     netdata.enable = true;
     logind.extraConfig = ''
       HandleLidSwitch=ignore
systems/hosts/wakasu.nix
@@ -136,7 +136,7 @@ in
   ];
 
   services = {
-    envfs.enable = true;
+    envfs.enable = false;
     # automatic login is "safe" as we ask for the encryption passphrase anyway..
     getty.autologinUser = "vincent";
     wireguard = {