From 105c9737f69c2dc3177cb6b4594ecbedc7a9253f Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sun, 14 Dec 2025 19:46:50 +0100 Subject: [PATCH] clean up formatting --- .../hardware/hardware-configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix b/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix index 7abbb7a..a640d75 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/hardware-configuration.nix @@ -21,16 +21,16 @@ boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ]; boot.supportedFilesystems = [ "ntfs" ]; boot.blacklistedKernelModules = [ ]; - fileSystems."/" = - { device = "/dev/disk/by-uuid/563805a1-5277-4488-bbdd-c1a7ed37be76"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/563805a1-5277-4488-bbdd-c1a7ed37be76"; + fsType = "ext4"; + }; - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/E846-D998"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/E846-D998"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + };