From b654d37afaa2ca3d90268f7bb762977fa079a59d Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Dec 2021 23:01:47 +0100 Subject: [PATCH] VEGAS: no more extra systemd unit links --- hosts/VEGAS/system.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index b9a1038..c0e0698 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -69,12 +69,6 @@ system.stateVersion = "21.05"; services.openssh.passwordAuthentication = false; - systemd.additionalUpstreamSystemUnits = [ - "systemd-journald@.service" - "systemd-journald@.socket" - "systemd-journald-varlink@.socket" - ]; - nixpkgs.config.allowUnfree = true; services.minecraft-server = let modpack = fetchTarball {