Guix (not working)

This commit is contained in:
Aleksandr Lebedev 2025-11-14 14:44:58 +01:00
parent d6ec2c7f4d
commit e99fb387cb
5 changed files with 119 additions and 1 deletions

View file

@ -37,6 +37,11 @@
in {
disko.devices = {
disk = {
#main.content.partitions.luks.content.content.subvolumes."/gnu" = {
# mountpoint = "/gnu";
# mountOptions = ["subvol=guix" "compress=zstd" "noatime"];
# };
hdd1 = addHdd "/dev/sda" "crypt-hdd1";
hdd2 = addHdd "/dev/sdb" "crypt-hdd2";
hdd3 = addHdd "/dev/sdc" "crypt-hdd3";