Skip to content

Commit

Permalink
Make hostname a string instead of an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 8, 2023
1 parent 9a41b69 commit 4b34550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in
options = {
custom.base = {
hostname = mkOption {
type = types.enum [ "altair" "bcr-nl011" "nixos-vm" ];
type = types.str;
description = "Host name.";
};

Expand Down

0 comments on commit 4b34550

Please sign in to comment.