accidently removed harddrive while debugging

This commit is contained in:
Christoph Hollizeck 2024-08-14 12:36:42 +02:00
parent 4f3763ecda
commit e914535876
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 4 additions and 6 deletions

View file

@ -1,9 +1,7 @@
{
options,
config,
pkgs,
lib,
inputs,
...
}:
with lib;

View file

@ -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 = [ ];