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
06c84dc7
Verified
Commit
06c84dc7
authored
Jul 07, 2021
by
GovanifY
Browse files
profiles/default: make sure gpg and git paths are set
parent
91cefe48
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/default.nix
View file @
06c84dc7
...
@@ -88,7 +88,8 @@ with lib;
...
@@ -88,7 +88,8 @@ with lib;
inherit
(
config
.
environment
.
variables
)
GNUPGHOME
;
inherit
(
config
.
environment
.
variables
)
GNUPGHOME
;
HOME
=
"/root"
;
HOME
=
"/root"
;
}
//
config
.
networking
.
proxy
.
envVars
;
}
//
config
.
networking
.
proxy
.
envVars
;
script
=
"cd /etc/nixos &&
${
pkgs
.
git
}
/bin/git pull --verify-signatures origin master"
;
path
=
[
pkgs
.
gnupg
pkgs
.
git
];
script
=
"cd /etc/nixos && git pull --verify-signatures origin master"
;
};
};
systemd
.
services
.
nixos-upgrade
.
requires
=
[
"navi-update.service"
];
systemd
.
services
.
nixos-upgrade
.
requires
=
[
"navi-update.service"
];
systemd
.
services
.
nixos-upgrade
.
after
=
[
"navi-update.service"
];
systemd
.
services
.
nixos-upgrade
.
after
=
[
"navi-update.service"
];
...
...
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