changed some module stuf

This commit is contained in:
Reid 2024-02-26 16:23:49 -08:00
parent 3ef34be9db
commit 719c14f954
4 changed files with 61 additions and 36 deletions

View file

@ -10,13 +10,6 @@ in {
./webapps/default.nix
];
user = {
packages = with pkgs; [
git
curl
];
};
users.groups.dotfiles = {};
normalUsers = {
@ -57,7 +50,7 @@ in {
mosh.enable = true;
};
security.enable = true;
security.useDoas = true;
};
time.timeZone = "America/Los_Angeles";