rename a few things, add minizen host, rebase with other changes
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/NixOS";
|
||||
fsType = "btrfs";
|
||||
options = [ "discard" "compress" "subvol=@" ];
|
||||
};
|
||||
fileSystems."/home" =
|
||||
{ device = "/dev/disk/by-label/NixOS";
|
||||
fsType = "btrfs";
|
||||
options = [ "discard" "compress" "subvol=@home" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user