1

add host specific config for user christoph

This commit is contained in:
2022-08-08 20:20:46 +02:00
parent 94cd441ec5
commit 2b5b6e9eb1
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
rec {
imports = [
../../../modules
];
}