From e9475ce94ba69bd437d8cf0cf3f78062be928568 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 7 Jun 2025 11:54:55 -0400 Subject: Clarify and fix various sink behaviors Signed-off-by: Andrew Opalach --- hardware/cmsb-001/configuration.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'hardware') diff --git a/hardware/cmsb-001/configuration.nix b/hardware/cmsb-001/configuration.nix index dcc9b67..51e527c 100644 --- a/hardware/cmsb-001/configuration.nix +++ b/hardware/cmsb-001/configuration.nix @@ -140,16 +140,16 @@ }; }; - services.cage = { - enable = true; - user = "naunet"; - environment = { - WLR_LIBINPUT_NO_DEVICES = "1"; - }; - program = "${pkgs.camu}/bin/cmv"; - }; - systemd.services."cage-tty1".serviceConfig.StandardOutput = lib.mkForce "journal+console"; - systemd.services."cage-tty1".wantedBy = []; +# services.cage = { +# enable = true; +# user = "naunet"; +# environment = { +# WLR_LIBINPUT_NO_DEVICES = "1"; +# }; +# program = "${pkgs.camu}/bin/cmv"; +# }; +# systemd.services."cage-tty1".serviceConfig.StandardOutput = lib.mkForce "journal+console"; +# systemd.services."cage-tty1".wantedBy = []; # https://pablo.tools/blog/computers/nixos-generate-raspberry-images/ #sdImage = { @@ -176,8 +176,8 @@ # core_freq=450 # sdram_freq=500 # sdram_schmoo=0x02000020 - # over_voltage=2 - # over_voltage_sdram=2 + # over_voltage=2 + # over_voltage_sdram=2 # https://github.com/NixOS/nixos-hardware/issues/631 hardware.deviceTree = { -- cgit v1.2.3-101-g0448