changed some module stuf
This commit is contained in:
parent
3ef34be9db
commit
719c14f954
4 changed files with 61 additions and 36 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue