refactor, ssh keys for root

This commit is contained in:
Henri Dohmen 2025-05-26 11:49:02 +02:00
parent 8fbd9d06b4
commit c45f9f7f46
7 changed files with 78 additions and 54 deletions

View file

@ -1,8 +1,11 @@
{ lib', ... }:
let
submodules = lib'.walk-dir ./.;
in
{
networking.hostName = "roam";
imports = lib'.import-recursive ./.;
imports = [ submodules.to_mod_without_default ];
# ====== DON'T CHANGE ======
system.stateVersion = "24.11";