diff options
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 30f55a7..c5f17f9 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -6,18 +6,13 @@ ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - ../../mixins/greet.nix + # ../../mixins/greet.nix ../../mixins/sway.nix ]; config = { networking.hostName = "vm"; boot.supportedFilesystems = ["9p"]; - fileSystems."/flake" = { - fsType = "9p"; - device = "host0"; - options = ["_netdev"]; - }; boot = { initrd = { supportedFilesystems = ["btrfs"]; |