summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2022-12-15 10:15:20 +0200
committertzlil <tzlils@protonmail.com>2022-12-15 10:15:20 +0200
commitf797764449d03d0f72ed9df9fc521edb546dafa1 (patch)
tree52e0fa696b69caf62b15857af2e0839d09081dcb /hosts
parent9808188cc868a741d9710f2b075ada46d8f8c89d (diff)
discard deploy-rs for now, add i3status-rs config
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vm/cfg.nix7
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"];