forked from CCCHH/nix-infra
8 lines
79 B
Nix
8 lines
79 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
networking.hostName = "git";
|
||
|
|
||
|
system.stateVersion = "23.11";
|
||
|
}
|