diff options
author | tzlil <tzlils@protonmail.com> | 2023-01-14 15:42:48 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-01-14 15:42:48 +0200 |
commit | 5aa3d1eb375f7d67b717f0306752bd974fce1fbc (patch) | |
tree | 1661c462e4c0cc93d1a550c110a63dd48520ba13 /hosts | |
parent | 2c3d6183b298410dfeb7c482c85f8ec076fbfc3c (diff) |
mistake
Diffstat (limited to 'hosts')
-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"]; |