diff options
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 = { |