commit 0870148321cc1a930e859da3c2cb46e0490cfc05
parent f88436cc3c7b91bb18d1434fbb05ea83f4112284
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 23 Nov 2023 14:45:11 +0100
systems: disable envfs
It gets in the way for no real benefits.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix
@@ -150,7 +150,7 @@ in
'';
services = {
- envfs.enable = true;
+ envfs.enable = false;
netdata.enable = true;
logind.extraConfig = ''
HandleLidSwitch=ignore
diff --git a/systems/hosts/wakasu.nix b/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 = {