refactor(hosts/orion)!: bump stateversion
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
06f2309e9f
commit
10dd9d65b6
@ -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}";
|
||||||
};
|
};
|
||||||
|
@ -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";
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user