refactor: moved system modules around to be more coherent
This commit is contained in:
parent
13fc2a1450
commit
263728f6b6
16 changed files with 72 additions and 60 deletions
|
@ -3,6 +3,10 @@
|
|||
# Anything system-specific should not be here.
|
||||
#
|
||||
{
|
||||
imports = [
|
||||
./programs/tailscale.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
# Enable networkManager
|
||||
# TODO: Look into the networkManager options.
|
||||
|
@ -35,5 +39,4 @@
|
|||
|
||||
# TODO: look into openssh and tailscale settings.
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue