1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 03:32:08 +01:00
github.com-tboerger-nixos-c.../desktops/anubis/networking.nix
2022-11-22 11:12:50 +01:00

12 lines
132 B
Nix

{ config, lib, pkgs, ... }:
{
networking = {
hostName = "anubis";
networkmanager = {
enable = true;
};
};
}