This commit is contained in:
2024-02-27 22:57:36 +02:00
parent 60f66c35d2
commit 7a806d9839
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
system = lib.mkOption {type = enum ["aarch64-linux" "x86_64-linux"];};
hostName = lib.mkOption {type = str;};
sshKey = lib.mkOption {type = path;};
supportedFeatures = lib.mkOption {type = listOf str;};
};
};