mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make HM see rgb@cube
This commit is contained in:
parent
849072916d
commit
43fad71e7e
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
|
# HACK: Makes HM see the user. Idk how to automate that.
|
||||||
|
home-manager.users.rgb = {};
|
||||||
users.users.rgb = normalUser {
|
users.users.rgb = normalUser {
|
||||||
description = "RGB";
|
description = "RGB";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ ulib, ... }: with ulib;
|
{ ulib, ... }: with ulib;
|
||||||
|
|
||||||
systemConfiguration {
|
serverSystemConfiguration {
|
||||||
services.site = { # enabled {
|
services.site = { # enabled {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue