diff options
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix index db6ea85..354f04b 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -17,13 +17,13 @@ users.motd = '' /^ /^ -\ ' ' 7 < Hi, I'm ${util.titleCase me} +\ ' ' 7 < Hi, I'm ${util.titleCase me.name} / \ ''; networking = { - hostName = me; + hostName = me.name; firewall = { enable = true; |
