flake update

This commit is contained in:
Vivian 2022-09-29 11:15:53 +02:00
parent 9ea4ce0ce3
commit 583dfd549a
2 changed files with 12 additions and 15 deletions

View file

@ -15,9 +15,6 @@ in {
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
# Vault
networking.firewall.allowedTCPPorts = [ port clusterPort ];