rename zfs to not conflict with work
This commit is contained in:
parent
1866ce4ea9
commit
c87e02acba
1 changed files with 3 additions and 3 deletions
|
@ -22,17 +22,17 @@ in {
|
|||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "tank/root/nixos";
|
||||
{ device = "private/root/nixos";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/home" =
|
||||
{ device = "tank/root/home";
|
||||
{ device = "private/root/home";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/tmp" =
|
||||
{ device = "tank/root/tmp";
|
||||
{ device = "private/root/tmp";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue