Skip to content

Commit

Permalink
time for reimaging again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Sep 3, 2023
1 parent 0ac410e commit cfd2d88
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions machines/bonney/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd2d88

Please sign in to comment.