From cfd2d88f01cb34076e436ae6cf2decc30013eaab Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Sat, 2 Sep 2023 20:50:45 -0700 Subject: [PATCH] time for reimaging again... --- machines/bonney/hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/machines/bonney/hardware-configuration.nix b/machines/bonney/hardware-configuration.nix index dd135dfd..bfff1a7e 100644 --- a/machines/bonney/hardware-configuration.nix +++ b/machines/bonney/hardware-configuration.nix @@ -17,21 +17,11 @@ fsType = "zfs"; }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/582B-D4F7"; - fsType = "vfat"; - }; - fileSystems."/nix" = { device = "tank/nix"; fsType = "zfs"; }; - fileSystems."/var" = { - device = "tank/var"; - fsType = "zfs"; - }; - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking