-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.dev.yaml
28 lines (28 loc) · 1.19 KB
/
config.dev.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
gc:
onInterval: '* * * * *' # always trigger
onLowSpace: 214748364800 # always trigger
keepDays: 7 # how many days to keep old, unused stuff arround for rollbacks
maxFree: 214748364800 # don't actually clean
system:
gc: {} # override the gc from above
upgrade: # affects nixos-rebuild
interval: '* * * * *' # always trigger
silentFetch: true # always trigger
silentPrepare: true # always trigger
forceSilentPrepare: true # always trigger
silentApplyForNextBoot: true # build with nixos-rebuild boot so update gets applied on next boot
notifyUpdateAvailable: true # make a notification to apply update during current boot
rollback:
checks:
sanityCheck: true # perform checks while the system is running
grubFlag: false # add settings to grub to auto-rollback
allowAuto: critical # never, critical, always - change when auto-rollbacks are done
user:
gc: {} # override the gc from above
upgrade: # affects nix-env
interval: '* * * * *' # always trigger
silentFetch: true # always trigger
silentPrepare: true # always trigger
forceSilentPrepare: true # always trigger
cooldownMsAfterBoot: 1 # immediatly run stuff
storage: /tmp/sunshine