1
0

Serve bubblesort on web-2

This commit is contained in:
2021-01-02 18:19:11 +01:00
parent fb45cc60e9
commit d4499ed056
3 changed files with 22 additions and 1 deletions

View File

@@ -5,11 +5,12 @@
[
./hardware-configuration.nix
../../configuration/common
./bubblesort.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.device = "/dev/sda";
networking.hostName = "web-2";
@@ -30,5 +31,7 @@
recommendedTlsSettings = true;
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
system.stateVersion = "21.03";
}