diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-10 20:13:28 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-10 20:13:28 -0500 |
| commit | 0ed97ecc9de66f07b6f9469864e564f3fb975f6a (patch) | |
| tree | e49bb2d83ff07021bbaef011f253c4945739d20f /hosts/shar/configuration.nix | |
| parent | de4e0e85f69061793d76c289396b645efb9e1052 (diff) | |
typo
Diffstat (limited to 'hosts/shar/configuration.nix')
| -rw-r--r-- | hosts/shar/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix index 43c9263..be3e5db 100644 --- a/hosts/shar/configuration.nix +++ b/hosts/shar/configuration.nix @@ -51,7 +51,7 @@ }]; networking.interfaces.eno1.mtu = 1400; networking.interfaces.eno1.wakeOnLan.enable = true; - networking.hostID = "958b5d5d"; + networking.hostId = "958b5d5d"; networking.useDHCP = false; networking.defaultGateway = { address = "173.66.162.1"; |
