finally mount my other disks

This commit is contained in:
nora 2026-02-01 11:26:20 +01:00
parent 056e5653e0
commit 1bf865f4cf
2 changed files with 13 additions and 0 deletions

View file

@ -20,6 +20,18 @@
fsType = "ext4";
};
fileSystems."/mnt/1" =
{
device = "/dev/disk/by-uuid/8ceed88b-8e66-403e-a0f3-16907c228c6b";
fsType = "ext4";
};
fileSystems."/mnt/2" =
{
device = "/dev/disk/by-uuid/070623af-08eb-4496-b16b-018063336b0a";
fsType = "ext4";
};
fileSystems."/boot/efi" =
{
device = "/dev/disk/by-uuid/2027-FC69";

View file

@ -82,6 +82,7 @@
tailscale
os-prober
usbutils # steam client logs complain about lsusb
kdiskmark
];
networking.firewall = {