5 lines
65 B
Nix
Executable file
5 lines
65 B
Nix
Executable file
{ config, lib, pkgs, ...}:
|
|
|
|
{
|
|
networking.hostName = "fifi";
|
|
}
|