nixos-config/machines/ayu/configuration.nix

13 lines
148 B
Nix
Raw Normal View History

2021-01-17 14:00:41 +01:00
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules
];
sbruder = { };
networking.hostName = "ayu";
}