diff options
Diffstat (limited to 'hosts/vm/cfg.nix')
-rw-r--r-- | hosts/vm/cfg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 2e8d45f..8efee3b 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -53,7 +53,7 @@ "/boot" = { device = "/dev/disk/by-partlabel/boot"; }; - fileSystems."/flake" = { + "/flake" = { fsType = "9p"; device = "host0"; options = ["_netdev"]; |