hosts#NixOS: add fileSystems to pass checks
This commit is contained in:
parent
90aa1f4224
commit
7df6fdaab5
|
@ -6,4 +6,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue