From 2955d80de6deb228dc50b79089676cb626c96e61 Mon Sep 17 00:00:00 2001 From: DuN0z Date: Mon, 20 Oct 2025 07:46:55 +0200 Subject: [PATCH] Fix: bad import --- hosts/terre-neuvas/configuration.nix | 1 - modules/sites/levr.porzh.me.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/terre-neuvas/configuration.nix b/hosts/terre-neuvas/configuration.nix index b90388b..9fa6a92 100644 --- a/hosts/terre-neuvas/configuration.nix +++ b/hosts/terre-neuvas/configuration.nix @@ -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 diff --git a/modules/sites/levr.porzh.me.nix b/modules/sites/levr.porzh.me.nix index 24cffca..7215cd7 100644 --- a/modules/sites/levr.porzh.me.nix +++ b/modules/sites/levr.porzh.me.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 = {