mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
zellij to trigger nix rebuild of hm and nixos or darwin
This commit is contained in:
@ -10,6 +10,10 @@
|
||||
type = lib.types.str;
|
||||
description = "Human readable name of the user";
|
||||
};
|
||||
host = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Name of the host of this deployment";
|
||||
};
|
||||
hostnames = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
description = "Map of service names to FQDNs";
|
||||
|
Reference in New Issue
Block a user