server-test
This commit is contained in:
13
system/services/services-server.nix
Normal file
13
system/services/services-server.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./synaptics/default.nix
|
||||
./tailscale/default.nix
|
||||
# ./syncthing/default.nix
|
||||
# ./resolved/default.nix (not enabled, in favor of dnsmasq)
|
||||
# ./dnsmasq/default.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user