diff --git a/index.html b/index.html new file mode 100644 index 0000000..d2be210 --- /dev/null +++ b/index.html @@ -0,0 +1,175 @@ + +DB Bahn WIFI +
+ + + +
+
+
+
+
+ overlay
+
+
+
+
+ + + +
+
+ + +
+
+
+ Enjoy internet and entertainment on board. +
+ +
+
+
+
+
+
+
+ +
Terms & Conditions +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+ + +
+ + +
+ + +
+ + + +
+ +
+
+
+
+ Information and entertainment on board +
+
+
+
+ + + + + ICE Portal + + +
+
+
+
+
+
+ + Travel information and news + +
+
+
+
+
+
+
+ + + Latest news + + +
+
+
+
+
+
+ + + + +
+ diff --git a/nixos/machines/nerf-nixos-testlab/configuration.nix b/nixos/machines/nerf-nixos-testlab/configuration.nix index d7e688e..0dbce29 100644 --- a/nixos/machines/nerf-nixos-testlab/configuration.nix +++ b/nixos/machines/nerf-nixos-testlab/configuration.nix @@ -10,6 +10,7 @@ imports = [ # System configuration here + boot.consoleLogLevel = "7"; boot.loader.grub.storePath = "/nix/store"; boot.loader.grub.copyKernels = false; networking.hostName = "nerf-nixos-testlab";