diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 19:11:11 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:52 -0700 |
| commit | 70cc65a1c2ef52888c52fe314b7aeb23d59e4163 (patch) | |
| tree | feb4e41bb7fac8ac12c328792a4e986ed5d729e9 /snowfall/systems/x86_64-linux | |
| parent | 8217da7a4cdf8a60a1c5b2edbdc3aa4fef2efe29 (diff) | |
migration: misc system services
Diffstat (limited to 'snowfall/systems/x86_64-linux')
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix index 012b661..9b770ea 100644 --- a/snowfall/systems/x86_64-linux/c-pc/default.nix +++ b/snowfall/systems/x86_64-linux/c-pc/default.nix @@ -43,6 +43,12 @@ with lib; with lib.${namespace}; { }; }; + services = { + printing.enable = true; + hardware.openrgb.enable = true; + udev.enable = true; + }; + snowfallorg.users."c" = { admin = true; }; |