From 70cc65a1c2ef52888c52fe314b7aeb23d59e4163 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 19:11:11 -0800 Subject: migration: misc system services --- hosts/c-pc/configuration.nix | 6 ------ snowfall/systems/x86_64-linux/c-pc/default.nix | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 568ba5a..5892a08 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -18,12 +18,6 @@ }; }; - services = { - printing.enable = true; - - hardware.openrgb.enable = true; - }; - environment.systemPackages = with pkgs; [ (writeShellScriptBin "toys" "nix-shell -p cmatrix asciiquarium pipes cowsay figlet neofetch") 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; }; -- cgit v1.2.3