mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
disable zfs drive
This commit is contained in:
parent
735c2ff633
commit
d72eb16958
1 changed files with 4 additions and 4 deletions
|
@ -54,10 +54,10 @@
|
|||
"reconnect"
|
||||
];
|
||||
};
|
||||
"/media/zfs" = {
|
||||
device = "jopejoe1";
|
||||
fsType = "zfs";
|
||||
};
|
||||
#"/media/zfs" = {
|
||||
# device = "jopejoe1";
|
||||
# fsType = "zfs";
|
||||
#};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
Loading…
Reference in a new issue