diff --git a/hosts/cube/default.nix b/hosts/cube/default.nix index 994a429..9060662 100644 --- a/hosts/cube/default.nix +++ b/hosts/cube/default.nix @@ -7,6 +7,8 @@ time.timeZone = "Europe/Amsterdam"; + # HACK: Makes HM see the user. Idk how to automate that. + home-manager.users.rgb = {}; users.users.rgb = normalUser { description = "RGB"; extraGroups = [ "wheel" ]; diff --git a/hosts/cube/site.nix b/hosts/cube/site.nix index 3ff1588..a70251a 100644 --- a/hosts/cube/site.nix +++ b/hosts/cube/site.nix @@ -1,6 +1,6 @@ { ulib, ... }: with ulib; -systemConfiguration { +serverSystemConfiguration { services.site = { # enabled { openFirewall = true; };