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:
parent
849072916d
commit
43fad71e7e
2 changed files with 3 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
serverSystemConfiguration {
|
||||
services.site = { # enabled {
|
||||
openFirewall = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue