Initial configuration

This commit is contained in:
Chris Josten 2020-05-12 10:53:09 +02:00
commit 44b011a6b4
15 changed files with 328 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{config, ...}:
{
networking = {
# PiHole
networkmanager.insertNameservers = ["192.168.178.151"];
};
}