before git push

This commit is contained in:
maxstrb 2025-09-23 18:11:57 +02:00
parent d18110a018
commit 07d51c404c
10 changed files with 145 additions and 368 deletions

View file

@ -1,5 +1,5 @@
{name, ...}: {
networking.hostName = "max-${name}";
{device-name, ...}: {
networking.hostName = "max-${device-name}";
system = {
stateVersion = "25.11";
activationScripts.cleanBackups = ''