Still very broken...moving to start testing

This commit is contained in:
nostoromo root
2021-02-23 12:58:29 -08:00
parent d34fc495b4
commit 372cf5fc6a
91 changed files with 3535 additions and 488 deletions
+12
View File
@@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
{
options.instance = {
hostname = mkOption {
type = types.str;
description = ''
Hostname of this specific host (without domain).
'';
};
};
}