Add sample local.nix

This commit is contained in:
Jez Cope 2020-10-30 18:49:24 +00:00
parent d7ebe3780f
commit f947462646
1 changed files with 8 additions and 0 deletions

8
local-sample.nix Normal file
View File

@ -0,0 +1,8 @@
{config, pkgs, lib, ...}:
{
networking.hostName = SET THIS!;
# Use e.g. head -c 8 /etc/machine-id
networking.hostId = SET THIS!;
}