hermit: working system
This commit is contained in:
parent
c9de247ee8
commit
f6ca946c04
6 changed files with 15 additions and 33 deletions
|
@ -1 +1 @@
|
|||
_: {imports = [./monitors.nix ./fs.nix];}
|
||||
_: {imports = [./monitors.nix];}
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/b51d0f6c-2980-4117-b9df-5cc2c8ddd2d6";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-f1b24c23-8211-433e-983e-2ebad020826e".device = "/dev/disk/by-uuid/f1b24c23-8211-433e-983e-2ebad020826e";
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/E355-67EA";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0022" "dmask=0022"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue