hostname.nix.example aktualisiert
Fixed Typos
This commit is contained in:
parent
09c55cec66
commit
53f9979579
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
{config, libs, pkgs, ...}:
|
{config, libs, pkgs, ...}:
|
||||||
{
|
{
|
||||||
networking.hostname = "$EXAMPLE";
|
networking.hostName = "$EXAMPLE";
|
||||||
};
|
}
|
Loading…
Add table
Add a link
Reference in a new issue