Fixed typo in networking.hostName

This commit is contained in:
Random936 2024-07-04 19:18:19 -07:00
parent 725eb98b91
commit 4ab70f9f6e

View File

@ -6,5 +6,5 @@
]; ];
users.users.media = import ./user.nix; users.users.media = import ./user.nix;
networking.hostname = "r330-media"; networking.hostName = "r330-media";
} }