dotfiles/hosts/Shire/configuration.nix

12 lines
129 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
../../wifi.nix
];
networking.hostName = "Shire";
# TODO
}