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>
changes/29/1729/5
informatic 2023-10-16 19:10:23 +02:00 committed by informatic
parent ac4f99e2e1
commit ab299d4b9b
3 changed files with 8 additions and 4 deletions

View File

@ -54,9 +54,10 @@ in {
./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 @@ in {
services.openssh = {
enable = true;
passwordAuthentication = false;
logLevel = "INFO";
settings = {
PasswordAuthentication = false;
LogLevel = "INFO";
};
};
users.users.root.openssh.authorizedKeys.keys = [ vuko-pubkey q3k-pubkey ];

View File

@ -82,7 +82,7 @@ subnet 10.8.0.0 netmask 255.255.0.0 {
}
host arcade {
hardware ethernet 20:e5:17:0c:31:23;
hardware ethernet 00:23:ae:6f:8e:a7;
fixed-address 10.8.1.35;
}

View File

@ -50,6 +50,7 @@ vending A 10.8.1.32
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