From 3686ae3120e2093164395909addb50940c52e608 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 23 Sep 2024 22:17:44 +0200 Subject: [PATCH] fix: make user available on winters --- SwarselSystems.org | 1 + profiles/server/common/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 2078051..d932eff 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6497,6 +6497,7 @@ Also, the system state version is set here. No need to touch it. ../../common/nixos/store.nix ../../common/nixos/time.nix ../../common/nixos/pipewire.nix + ../../common/nixos/users.nix ./packages.nix ./sops.nix ./ssh.nix diff --git a/profiles/server/common/default.nix b/profiles/server/common/default.nix index 0cd21d8..4b4ff7b 100644 --- a/profiles/server/common/default.nix +++ b/profiles/server/common/default.nix @@ -6,6 +6,7 @@ ../../common/nixos/store.nix ../../common/nixos/time.nix ../../common/nixos/pipewire.nix + ../../common/nixos/users.nix ./packages.nix ./sops.nix ./ssh.nix