added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
13
nyx/hosts/helios/fs/default.nix
Normal file
13
nyx/hosts/helios/fs/default.nix
Normal 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";}
|
||||
];
|
||||
};
|
||||
}
|
6
nyx/hosts/helios/fs/external.nix
Normal file
6
nyx/hosts/helios/fs/external.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
fileSystems."/srv/storage" = {
|
||||
device = "/dev/disk/by-uuid/19ea8fad-b930-4a48-99e1-04633b2142f8";
|
||||
fsType = "ext4";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue