mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: distributed builder work
This commit is contained in:
parent
08fbb97b5a
commit
b01c6222f8
7 changed files with 63 additions and 79 deletions
3
common/network.nix
Normal file
3
common/network.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ machine, ... }: {
|
||||
networking.hostName = machine;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue