Updated version of nixos
This commit is contained in:
parent
71037d17dc
commit
83d5130ac3
2 changed files with 2 additions and 2 deletions
|
|
@ -193,5 +193,5 @@ in
|
|||
networking.firewall.allowedUDPPorts = [ ];
|
||||
networking.firewall.enable = true;
|
||||
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, unstablePkgs, ... }: {
|
||||
targets.genericLinux.enable = true;
|
||||
home = {
|
||||
stateVersion = "23.05";
|
||||
stateVersion = "23.11";
|
||||
file = {
|
||||
".local/bin" = { source = ./scripts; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue