diff --git a/hosts/kita/conf.nix b/hosts/kita/conf.nix index 27832f0..2e2f72c 100644 --- a/hosts/kita/conf.nix +++ b/hosts/kita/conf.nix @@ -3,4 +3,6 @@ { networking.hostName = "kita"; networking.computerName = "kita"; + + system.primaryUser = "nico"; }