modules: remove networking
This commit is contained in:
parent
d26a2de66e
commit
b37ae4d476
3 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,6 @@ name | description
|
|||
`default` | used for commonly shared modules
|
||||
`fonts` | font handling
|
||||
`greetd` | login manager
|
||||
`networking` | common network configuration
|
||||
`nix` | common nix configuration
|
||||
`openssh` | configures openssh options
|
||||
`security` | stolen from [hlissner](https://github.com/hlissner)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
inputs.nh.nixosModules.default
|
||||
./prometheus
|
||||
./security.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./nix.nix
|
||||
./system.nix
|
||||
|
@ -12,4 +11,5 @@
|
|||
./sops.nix
|
||||
./time.nix
|
||||
];
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
_: {
|
||||
services.tailscale.enable = true;
|
||||
}
|
Loading…
Reference in a new issue