Skip to content

Commit

Permalink
fix(nixos): add new hd to media
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 23, 2024
1 parent 7028109 commit 9123b74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machines/media/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
device = "/dev/disk/by-uuid/c55ba4fa-f107-4d4e-9228-5e8f7f5dc6a1";
fsType = "ext4";
};
fileSystems."/home/carlos/media" = {
device = "/dev/disk/by-uuid/6a6332ec-5fc4-48d2-91fa-0a0ad7f50eea";
fsType = "ext4";
};

swapDevices = [ ];

Expand Down

0 comments on commit 9123b74

Please sign in to comment.