deploy dex

This commit is contained in:
Vivian 2023-01-16 15:22:02 +01:00
parent 1d80d46168
commit d0bfa894d7
5 changed files with 87 additions and 16 deletions

View file

@ -15,9 +15,6 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ 8443 ];
environment.noXlibs = lib.mkForce false;