nixos-configs/hosts/logos/default.nix

9 lines
137 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
users.motd = builtins.readFile ./motd;
networking.hostName = "logos";
networking.hostId = "aeace675";
}