more organization, or maybe disorganization...

This commit is contained in:
mjallen18
2024-02-25 18:21:21 -06:00
parent f0e5baea4b
commit cd4a68b513
30 changed files with 560 additions and 447 deletions

View File

@@ -15,7 +15,7 @@ let
in {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration-pi4.nix
./hardware-configuration.nix
./docker-pi4.nix
];
@@ -32,7 +32,7 @@ in {
};
# Set your time zone.
time.timeZone = "America/Chicago";
time.timeZone = timezone;
networking = {
hostName = hostname;