diff --git a/flake.lock b/flake.lock index bf4d16d..5b0b277 100644 --- a/flake.lock +++ b/flake.lock @@ -378,11 +378,11 @@ "secrets": { "flake": false, "locked": { - "lastModified": 1725813930, - "narHash": "sha256-UxqJm3MlHVrPofm/4Z1dR9Xpo49Xc0HGQ/Mg/bQ5oqI=", + "lastModified": 1725817295, + "narHash": "sha256-Ttif3k1NMUesHDxieUrkqLyy8KO9kugXbatw9aP1d/Y=", "ref": "refs/heads/main", - "rev": "2e559fbe36dc49c3ea63cc9856b899eb9269950f", - "revCount": 69, + "rev": "aa7b891f6e76ff86b28abd26d6073dfad723c99e", + "revCount": 70, "type": "git", "url": "file:./secrets" }, diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index 16832bc..6f7e97f 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -36,6 +36,10 @@ in networking.hostName = hostName; ###*** Configure your system below this line. ***### + # Set your time zone. + # To see all available timezones, run `timedatectl list-timezones`. + time.timeZone = "America/New_York"; + # Build Nix packages for other hosts. # Runs every day at 4 AM systemd = { diff --git a/hosts/Hevana/default.nix b/hosts/Hevana/default.nix index 8327871..d464cb3 100644 --- a/hosts/Hevana/default.nix +++ b/hosts/Hevana/default.nix @@ -35,6 +35,10 @@ in networking.hostName = hostName; ###*** Configure your system below this line. ***### + # Set your time zone. + # To see all available timezones, run `timedatectl list-timezones`. + time.timeZone = "America/New_York"; + # Build Nix packages for other hosts. # Runs every day at 4 AM systemd = { diff --git a/modules/system/raid.nix b/modules/system/raid.nix index 7b73628..12b3bf3 100644 --- a/modules/system/raid.nix +++ b/modules/system/raid.nix @@ -27,10 +27,7 @@ in fileSystems."/storage" = { device = "/dev/mapper/storage"; # Keep booting even if the array fails to unlock - options = [ - "nofail" - "x-systemd.device-timeout=5s" - ]; + options = [ "nofail" ]; }; # Automatically scrub the array monthly diff --git a/secrets b/secrets index 2e559fb..aa7b891 160000 --- a/secrets +++ b/secrets @@ -1 +1 @@ -Subproject commit 2e559fbe36dc49c3ea63cc9856b899eb9269950f +Subproject commit aa7b891f6e76ff86b28abd26d6073dfad723c99e