summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vm/cfg.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix
index 7d81e43..2e8d45f 100644
--- a/hosts/vm/cfg.nix
+++ b/hosts/vm/cfg.nix
@@ -53,6 +53,11 @@
       "/boot" = {
         device = "/dev/disk/by-partlabel/boot";
       };
+      fileSystems."/flake" = {
+        fsType = "9p";
+        device = "host0";
+        options = ["_netdev"];
+      };
     };
 
     zramSwap = {