modularization
This commit is contained in:
parent
fdcd4dbce9
commit
f1fe0d8549
7 changed files with 39 additions and 62 deletions
5
cluster/nodes/fifi.nix
Executable file
5
cluster/nodes/fifi.nix
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
networking.hostName = "fifi";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue