hosts#NixOS: add fileSystems to pass checks

This commit is contained in:
Timothy DeHerrera 2020-07-13 22:04:34 -06:00
parent 90aa1f4224
commit 7df6fdaab5
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
}