1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-05-18 10:36:02 +02:00
github.com-tboerger-nixos-c.../desktops/osiris/networking.nix

12 lines
132 B
Nix

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