more server configuration

This commit is contained in:
pagedMov
2024-11-01 04:42:43 -04:00
parent 7bee6ebce5
commit 5ae66e1089
6 changed files with 104 additions and 8 deletions

View File

@@ -31,12 +31,6 @@
];
};
users.users."${username}" = {
shell = pkgs.zsh;
isNormalUser = true;
extraGroup = ["wheel"];
initialPassword = "1111";
};
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";