Merged networking folder into core and services

This commit is contained in:
Jurn Wubben 2025-05-24 14:13:58 +02:00
parent 1aaed31ae1
commit 3360f30690
6 changed files with 3 additions and 6 deletions

View file

@ -3,5 +3,6 @@
./boot.nix
./users.nix
./defaultPackages.nix
./networking.nix
];
}

View file

@ -1,10 +1,5 @@
# networking configuration
{pkgs, ...}: {
imports = [
./avahi.nix
./tailscale.nix
];
#FIXME:
networking = {
# use quad9 with DNS over TLS

View file

@ -2,7 +2,6 @@
imports = [
./core
./hardware
./network
./nix
./programs
./server

View file

@ -1,5 +1,7 @@
{
imports = [
./tailscale.nix
./avahi.nix
./kanata.nix
./power.nix
./ssh.nix