diff --git a/home.nix b/home.nix index 687c736..6008126 100644 --- a/home.nix +++ b/home.nix @@ -137,10 +137,8 @@ in "handjecontantje" = lib.hm.dag.entryBefore [ "*" ] { hostname = "handjecontantje.dmz"; }; - "*" = { - user = "root"; - }; }; + extraConfig = "User root"; }; };