Add floating IP address
This commit is contained in:
parent
f982861233
commit
48ab2b7cab
2 changed files with 20 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
./secrets.nix
|
||||
./security
|
||||
./services
|
||||
|
@ -27,11 +28,6 @@
|
|||
nixPath = [ "nixpkgs=${inputs.nixpkgs-2405}" ];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue