nixos-config/machines/nazuna/configuration.nix

17 lines
213 B
Nix
Raw Normal View History

2023-10-04 15:15:54 +02:00
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules
];
sbruder = {
wireguard.home.enable = true;
};
networking.hostName = "nazuna";
system.stateVersion = "23.05";
}