diff options
| author | 2025-06-07 11:54:55 -0400 | |
|---|---|---|
| committer | 2025-06-07 11:54:55 -0400 | |
| commit | e9475ce94ba69bd437d8cf0cf3f78062be928568 (patch) | |
| tree | 63efef03577f8471b904295fc6878d7d960c00aa /hardware | |
| parent | 1e53cb62651b62ad7c03cbeb64e76546e8978ff7 (diff) | |
| download | camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.tar.gz camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.tar.bz2 camu-e9475ce94ba69bd437d8cf0cf3f78062be928568.zip | |
Clarify and fix various sink behaviors
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'hardware')
| -rw-r--r-- | hardware/cmsb-001/configuration.nix | 24 |
1 files changed, 12 insertions, 12 deletions
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 = { |