From 78400d9265a5c00b6a8bfe08467db2c4908a2622 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 30 Jun 2023 10:27:13 +0100 Subject: [PATCH] Include the right sudo file. --- hosts/common/compute-node.nix | 1 - hosts/common/global/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/compute-node.nix b/hosts/common/compute-node.nix index f5cfdf5..eee0bb7 100644 --- a/hosts/common/compute-node.nix +++ b/hosts/common/compute-node.nix @@ -3,7 +3,6 @@ imports = [ ./impermanence.nix ./sshd.nix - ./sudo.nix ./user-ppetru.nix ]; diff --git a/hosts/common/global/default.nix b/hosts/common/global/default.nix index 0e08e21..7b3a234 100644 --- a/hosts/common/global/default.nix +++ b/hosts/common/global/default.nix @@ -1,6 +1,7 @@ { imports = [ ./locale.nix + ./sudo.nix ]; system.copySystemConfiguration = false; # not supported with flakes