Commit 0870148321cc
Changed files (2)
systems
hosts
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 = {