refactor, ssh changes

This commit is contained in:
Henri Dohmen 2025-05-15 13:21:13 +02:00
parent 3c6fc1476a
commit bf05141776
7 changed files with 12 additions and 15 deletions

View file

@ -1,12 +1,8 @@
{ ... }:
{ lib', ... }:
{
networking.hostName = "roam";
imports = [
./hardware-configuration.nix
];
services.openssh.enable = true;
imports = lib'.import-recursive ./.;
# ====== DON'T CHANGE ======
system.stateVersion = "24.11";