X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=flakes%2Fprivate%2Fsystem%2Fflake.nix;h=e40328f1c09b01086662044257f77686229e4bd4;hb=ccae7987be59b8a30e98f0429bd78479f6f7c7bc;hpb=3274fe3012a87fce2b2b7e9c34b8928c94b26187;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/flakes/private/system/flake.nix b/flakes/private/system/flake.nix index 04ebbc7..e40328f 100644 --- a/flakes/private/system/flake.nix +++ b/flakes/private/system/flake.nix @@ -54,17 +54,7 @@ ''; users.groups.acme.gid = myuids.lib.gids.acme; - users.users = - builtins.listToAttrs (map (x: lib.attrsets.nameValuePair x.name ({ - isNormalUser = true; - home = "/home/${x.name}"; - createHome = true; - linger = true; - # Enable in latest unstable homeMode = "755"; - } // x)) (config.hostEnv.users pkgs)) - // { - acme.uid = myuids.lib.uids.acme; - }; + users.users.acme.uid = myuids.lib.uids.acme; environment.systemPackages = [ pkgs.inetutils pkgs.htop