accidently removed harddrive while debugging
This commit is contained in:
parent
932d0217e9
commit
ccb0d7ccfd
2 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
options,
|
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
|
@ -48,10 +48,10 @@ in
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
#"/storage" = {
|
"/storage" = {
|
||||||
# device = "/dev/disk/by-uuid/c3c1dec1-7716-4c37-a3f2-bb60f9af84fd";
|
device = "/dev/disk/by-uuid/c3c1dec1-7716-4c37-a3f2-bb60f9af84fd";
|
||||||
# fsType = "ext4";
|
fsType = "ext4";
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue