mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-23 03:32:08 +01:00
12 lines
132 B
Nix
12 lines
132 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
networking = {
|
|
hostName = "anubis";
|
|
|
|
networkmanager = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|