diff --git a/flake.nix b/flake.nix index 2819c94..c80cf05 100755 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,7 @@ (mkHost "weebill" { suite = "server"; platform = "aarch64-linux"; + user = "docker"; extraModules = [ nixos-hardware.nixosModules.raspberry-pi-4 ]; diff --git a/suites/common.nix b/suites/common.nix index 56cce29..3c6d5e1 100644 --- a/suites/common.nix +++ b/suites/common.nix @@ -59,7 +59,6 @@ with lib; { # Define a user account. users.users.${user} = { isNormalUser = true; - uid = 1000; description = mkIf (user == "fern") "Fern Garden"; extraGroups = [ "wheel"