nixos-config/machines/nazuna/configuration.nix
2023-10-04 23:19:44 +02:00

17 lines
213 B
Nix

{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules
];
sbruder = {
wireguard.home.enable = true;
};
networking.hostName = "nazuna";
system.stateVersion = "23.05";
}