From 7a6c01f6cc94060729d7603559f9be787ccab760 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 31 Dec 2023 14:54:38 -0500 Subject: [PATCH] hosts: fmt --- hosts/sakura/hardware.nix | 4 ++-- hosts/yuki/hardware.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sakura/hardware.nix b/hosts/sakura/hardware.nix index 0bdd1b6..69b5b23 100644 --- a/hosts/sakura/hardware.nix +++ b/hosts/sakura/hardware.nix @@ -21,7 +21,7 @@ device = "192.168.1.199:/mnt/Sutoreji/twitchlogs"; fsType = "nfs"; }; - + fileSystems."/nas/restic" = { device = "192.168.1.199:/mnt/Sutoreji/nix-restic-data/sakura"; fsType = "nfs"; @@ -30,7 +30,7 @@ swapDevices = [ {device = "/dev/disk/by-uuid/c5afba13-f1af-4e7f-994b-f565c52d92fc";} ]; - + networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/hosts/yuki/hardware.nix b/hosts/yuki/hardware.nix index 1a4667d..0392dc3 100644 --- a/hosts/yuki/hardware.nix +++ b/hosts/yuki/hardware.nix @@ -35,7 +35,7 @@ swapDevices = [ {device = "/dev/disk/by-uuid/bd7ccb73-6f85-4b3d-b37f-5cff58a6ab59";} ]; - + networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";