diff options
| author | Mel <einebeere@gmail.com> | 2024-11-13 18:59:44 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-13 18:59:44 +0100 |
| commit | 8d9744c902882a0df01e06c5e2f9602ff147efbe (patch) | |
| tree | 5747ec1947c1330f747e10b26c14931bd91acaba /modules/common.nix | |
| parent | 9637de35f8efbf19bc2f81ced36caf03f30a9489 (diff) | |
| download | network-8d9744c902882a0df01e06c5e2f9602ff147efbe.tar.zst network-8d9744c902882a0df01e06c5e2f9602ff147efbe.zip | |
Expand `me` module argument for nicer usage patterns
Signed-off-by: Mel <einebeere@gmail.com>
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; |
