mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added eris
This commit is contained in:
parent
c469f48b4e
commit
74f9c483ad
11 changed files with 212 additions and 0 deletions
18
systems/eris/config/filesystem.nix
Executable file
18
systems/eris/config/filesystem.nix
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/de4e681b-0667-4bf8-8d6e-c50894aa41cd";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/C68D-B1C0";
|
||||
fsType = "vfat";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/259fcc06-912c-4bd3-b781-8f77449e935a"; }
|
||||
];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue