make aspect have a chill time on nixos

This commit is contained in:
zackartz 2024-05-29 12:43:29 -04:00
parent 45381dbb7a
commit b7837badc6
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 84 additions and 0 deletions

View file

@ -121,6 +121,14 @@
};
};
snowfallorg.users.aspect = {
create = true;
admin = false;
home = {
enable = true;
};
};
security.acme = {
acceptTerms = true;
defaults.email = "zach@zacharymyers.com";