hswaw/customs: avoid major rebuilds, nixpkgs deprecations, update arcade
Change-Id: I6f2d15e2a6b8f9189a92ab88658e3235ed119c48
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1729
Reviewed-by: vuko <vuko@hackerspace.pl>
diff --git a/hswaw/machines/customs.hackerspace.pl/configuration.nix b/hswaw/machines/customs.hackerspace.pl/configuration.nix
index aa1c61f..d831f62 100644
--- a/hswaw/machines/customs.hackerspace.pl/configuration.nix
+++ b/hswaw/machines/customs.hackerspace.pl/configuration.nix
@@ -54,9 +54,10 @@
./laserproxy/service.nix
];
+ # Prevent spurious rebuilds due to dbus override on minimal profile
+ environment.noXlibs = false;
boot.loader.grub.enable = true;
- boot.loader.grub.version = 2;
boot.loader.grub.device = "nodev";
boot.loader.grub.extraConfig = ''
serial --unit=0 --speed=115200
@@ -308,8 +309,10 @@
services.openssh = {
enable = true;
- passwordAuthentication = false;
- logLevel = "INFO";
+ settings = {
+ PasswordAuthentication = false;
+ LogLevel = "INFO";
+ };
};
users.users.root.openssh.authorizedKeys.keys = [ vuko-pubkey q3k-pubkey ];
diff --git a/hswaw/machines/customs.hackerspace.pl/dhcpd.conf b/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
index 4aa0fca..a235cce 100644
--- a/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
+++ b/hswaw/machines/customs.hackerspace.pl/dhcpd.conf
@@ -82,7 +82,7 @@
}
host arcade {
- hardware ethernet 20:e5:17:0c:31:23;
+ hardware ethernet 00:23:ae:6f:8e:a7;
fixed-address 10.8.1.35;
}
diff --git a/hswaw/machines/customs.hackerspace.pl/zones/waw.hackerspace.pl b/hswaw/machines/customs.hackerspace.pl/zones/waw.hackerspace.pl
index 240fe0f..e893be8 100644
--- a/hswaw/machines/customs.hackerspace.pl/zones/waw.hackerspace.pl
+++ b/hswaw/machines/customs.hackerspace.pl/zones/waw.hackerspace.pl
@@ -50,6 +50,7 @@
mate CNAME vending
transcend A 10.8.1.33
welcomer A 10.8.1.34
+arcade A 10.8.1.35
inventory A 10.8.1.38
i CNAME inventory
camera A 10.8.1.39