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
91cefe48
Verified
Commit
91cefe48
authored
Jul 07, 2021
by
GovanifY
Browse files
profiles/default: typo on auto update
parent
1d552749
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/default.nix
View file @
91cefe48
...
...
@@ -90,7 +90,7 @@ with lib;
}
//
config
.
networking
.
proxy
.
envVars
;
script
=
"cd /etc/nixos &&
${
pkgs
.
git
}
/bin/git pull --verify-signatures origin master"
;
};
systemd
.
services
.
nixos-upgrade
.
require
=
[
"navi-update.service"
];
systemd
.
services
.
nixos-upgrade
.
require
s
=
[
"navi-update.service"
];
systemd
.
services
.
nixos-upgrade
.
after
=
[
"navi-update.service"
];
system
.
autoUpgrade
.
enable
=
true
;
nix
.
gc
=
{
...
...
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