1
0
Fork 0

Update Haven's config

This commit is contained in:
Aires 2024-06-24 18:19:27 -04:00
parent 6f36c3f6be
commit 8352065d44

View file

@ -24,8 +24,23 @@ in
aux.system = {
apps.tmux.enable = true;
# Configure the bootloader.
bootloader = {
enable = true;
secureboot.enable = true;
tpm2.enable = true;
};
# Change the default text editor. Options are "emacs", "nano", or "vim".
editor = "nano";
gpu.amd.enable = true;
packages = [ start-haven ];
# Keep old generations for one month.
retentionPeriod = "monthly";
services = {
acme = {
enable = true;
@ -67,8 +82,8 @@ in
home = "${services-root}/airsonic-advanced";
};
autoUpgrade = {
enable = false;
pushUpdates = true;
enable = false; # Don't update the system...
pushUpdates = true; # ...but do push updates remotely.
configDir = config.secrets.nixConfigFolder;
onCalendar = "daily";
user = config.users.users.aires.name;