Skip to content

Commit

Permalink
Don't set system.stateVersion
Browse files Browse the repository at this point in the history
We want the project `flake.nix` to configure this
  • Loading branch information
mpscholten authored Jun 7, 2024
1 parent 25207e0 commit bc9a676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NixSupport/nixosModules/appWithPostgres.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ in
environment.systemPackages = with pkgs; [ vim postgresql ];
programs.vim.defaultEditor = true;

system.stateVersion = "23.05";

# Allow public access
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 80 22 ];
Expand Down

0 comments on commit bc9a676

Please sign in to comment.