Add musicbrainz hardware config
This commit is contained in:
parent
78f8b16f8b
commit
88147ecc68
1 changed files with 15 additions and 0 deletions
15
hosts/musicbrainz/default.nix
Normal file
15
hosts/musicbrainz/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/5d71cc16-f1ee-4b87-87b2-00fdf98442bd";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/home/fern/docker/data" = {
|
||||
device = "/dev/disk/by-uuid/0eb05c79-7765-4b7e-bf22-c3a53f516db5";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/1402e27f-861f-4ecd-8b46-a29461ec3eeb";}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue