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