kacper inspirerat

This commit is contained in:
2026-04-07 20:20:26 +02:00
parent b721630485
commit 76b7441884
21 changed files with 135 additions and 91 deletions
+6
View File
@@ -0,0 +1,6 @@
{ inputs }:
let
modules = import ../nixos;
flakeLib = import ./lib.nix { inherit inputs; };
in
import ../hosts ({ inherit inputs modules; } // flakeLib)