summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-01-14 15:42:48 +0200
committertzlil <tzlils@protonmail.com>2023-01-14 15:42:48 +0200
commit5aa3d1eb375f7d67b717f0306752bd974fce1fbc (patch)
tree1661c462e4c0cc93d1a550c110a63dd48520ba13
parent2c3d6183b298410dfeb7c482c85f8ec076fbfc3c (diff)
mistake
-rw-r--r--hosts/vm/cfg.nix2
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"];