Fix: bad import
This commit is contained in:
parent
c59eb8b821
commit
2955d80de6
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ in {
|
|||
# Include the results of the hardware scan.
|
||||
./hardware.nix
|
||||
../../modules/common/nix.nix
|
||||
../../modules/roles/server.nix
|
||||
../../modules/common/base.nix
|
||||
../../modules/common/smtp.nix
|
||||
../../modules/common/qemu.nix
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in {
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
WorkingDirectory = globals.services.levr.home;
|
||||
ExecStart = "${pkgs.git}/bin/git pull origin master";
|
||||
ExecStart = "${pkgs.git}/bin/git pull --rebase origin master";
|
||||
User = "levr";
|
||||
};
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue