fix all the issues with persistence, and change GLaDOS to btrfs as an experiment
This commit is contained in:
parent
e86ec419c2
commit
022ec828a8
6 changed files with 84 additions and 49 deletions
|
|
@ -33,6 +33,8 @@
|
|||
KERNEL=="hidraw*", KERNELS=="*057e:*", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", ATTRS{idProduct}=="6012", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
|
||||
KERNEL=="hidraw*", KERNELS=="*2DC8:6012*", MODE="0660", TAG+="uaccess"
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
|
|
@ -60,6 +62,7 @@
|
|||
pciutils
|
||||
podman
|
||||
podman-compose
|
||||
python3Minimal
|
||||
sbctl
|
||||
tpm2-tools
|
||||
tpm2-tss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue