forked from nico/dots
6 lines
101 B
Nix
6 lines
101 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "faye";
|
|
networking.computerName = "faye";
|
|
}
|