1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Make HM see rgb@cube

This commit is contained in:
RGBCube 2024-01-02 15:24:39 +03:00
parent 849072916d
commit 43fad71e7e
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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" ];

View file

@ -1,6 +1,6 @@
{ ulib, ... }: with ulib;
systemConfiguration {
serverSystemConfiguration {
services.site = { # enabled {
openFirewall = true;
};