Guix (not working)
This commit is contained in:
parent
d6ec2c7f4d
commit
e99fb387cb
5 changed files with 119 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue