yate: clean up and nicely format nix configuration

This commit is contained in:
June 2025-01-19 19:05:15 +01:00
commit 50e5e78968
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 55 additions and 64 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
networking = {
@ -6,7 +6,5 @@
domain = "z9.ccchh.net";
};
# users.users.chaos.password = "yes";
system.stateVersion = "23.11";
}