cfg/host/roam/default.nix
2025-05-15 00:00:46 +02:00

13 lines
198 B
Nix

{ ... }:
{
networking.hostName = "roam";
imports = [
./hardware-configuration.nix
];
services.openssh.enable = true;
# ====== DON'T CHANGE ======
system.stateVersion = "24.11";
}