mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-03-14 16:26:05 +01:00
finally mount my other disks
This commit is contained in:
parent
056e5653e0
commit
1bf865f4cf
2 changed files with 13 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@
|
|||
tailscale
|
||||
os-prober
|
||||
usbutils # steam client logs complain about lsusb
|
||||
kdiskmark
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue