summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/skynet/physical.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/lass/1systems/skynet/physical.nix b/lass/1systems/skynet/physical.nix
index e3451293..1ac9708c 100644
--- a/lass/1systems/skynet/physical.nix
+++ b/lass/1systems/skynet/physical.nix
@@ -12,15 +12,15 @@
networking.hostId = "06442b9a";
- fileSystems."/" =
- { device = "rpool/root";
- fsType = "zfs";
- };
+ fileSystems."/" = {
+ device = "rpool/root";
+ fsType = "zfs";
+ };
- fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/0876-B308";
- fsType = "vfat";
- };
+ fileSystems."/boot" = {
+ device = "/dev/disk/by-uuid/0876-B308";
+ fsType = "vfat";
+ };
services.udev.extraRules = ''
SUBSYSTEM=="net", ATTR{address}=="10:0b:a9:a6:44:04", NAME="wl0"