Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GovanifY
navi
Commits
bbc7e159
Verified
Commit
bbc7e159
authored
Jul 01, 2021
by
GovanifY
Browse files
profile/laptop: make autoupgrade state persistent and weekly
parent
dfa54c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/laptop.nix
View file @
bbc7e159
...
...
@@ -10,5 +10,13 @@ with lib;
navi
.
profile
.
graphical
=
true
;
navi
.
components
.
gaming
.
enable
=
true
;
# check weekly for updates on laptop instead of the usual daily, a few hours
# after other devices updates so that they had the time to build the new
# updates and our laptop can fetch it from the binary cache. While we're
# at it use a persistent state so that systemd realize when the system was
# shut down for quite some time.
system
.
autoUpgrade
.
dates
=
"Mon *-*-* 20:00:00"
;
systemd
.
timers
.
nixos-upgrade
.
timerConfig
.
Persistent
=
"true"
;
};
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment