Updated version of nixos

This commit is contained in:
Benson Chu 2024-06-21 19:00:58 -05:00
parent 71037d17dc
commit 83d5130ac3
2 changed files with 2 additions and 2 deletions

View file

@ -193,5 +193,5 @@ in
networking.firewall.allowedUDPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];
networking.firewall.enable = true; networking.firewall.enable = true;
system.stateVersion = "23.05"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
} }

View file

@ -1,7 +1,7 @@
{ config, pkgs, unstablePkgs, ... }: { { config, pkgs, unstablePkgs, ... }: {
targets.genericLinux.enable = true; targets.genericLinux.enable = true;
home = { home = {
stateVersion = "23.05"; stateVersion = "23.11";
file = { file = {
".local/bin" = { source = ./scripts; }; ".local/bin" = { source = ./scripts; };
}; };