added stuff

This commit is contained in:
vali 2024-04-09 23:11:33 +02:00
commit 236b8c2a6b
907 changed files with 70990 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
imports = [./external.nix];
config = {
fileSystems."/" = {
device = "/dev/disk/by-uuid/783e926f-acd7-4684-a7b3-f5b1ecefa11b";
fsType = "ext4";
};
swapDevices = [
{device = "/dev/disk/by-uuid/d1d77f8e-7c77-40c9-a5e8-59d962f4d397";}
];
};
}

View file

@ -0,0 +1,6 @@
{
fileSystems."/srv/storage" = {
device = "/dev/disk/by-uuid/19ea8fad-b930-4a48-99e1-04633b2142f8";
fsType = "ext4";
};
}