refactor(hosts/orion)!: bump stateversion
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-10-28 16:20:00 -05:00
parent 06f2309e9f
commit 10dd9d65b6
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@
self.overlays.additions self.overlays.additions
]; ];
home = { home = {
stateVersion = "24.05"; stateVersion = "24.11";
username = "${username}"; username = "${username}";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";
}; };

View File

@ -6,10 +6,10 @@
./modules ./modules
] ".nix" ] ".nix"
); );
system.stateVersion = "24.05"; system.stateVersion = "24.11";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
vim vim
]; ];
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
} }