Merged networking folder into core and services
This commit is contained in:
parent
9ee249d1f2
commit
467f9a0b3e
6 changed files with 3 additions and 6 deletions
|
|
@ -3,5 +3,6 @@
|
|||
./boot.nix
|
||||
./users.nix
|
||||
./defaultPackages.nix
|
||||
./networking.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
# networking configuration
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./avahi.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
#FIXME:
|
||||
networking = {
|
||||
# use quad9 with DNS over TLS
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./core
|
||||
./hardware
|
||||
./network
|
||||
./nix
|
||||
./programs
|
||||
./server
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
./avahi.nix
|
||||
./kanata.nix
|
||||
./power.nix
|
||||
./ssh.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue