chore: clean up unused options

This commit is contained in:
xinyangli 2025-05-08 21:41:02 +08:00
parent 0fa0d8d75c
commit f6e929a2b1
No known key found for this signature in database
8 changed files with 26 additions and 127 deletions

View file

@ -1,5 +1,4 @@
{
config,
pkgs,
lib,
modulesPath,
@ -12,13 +11,6 @@
./services
];
options = {
node = lib.mkOption {
type = lib.types.attrs;
default = { };
};
};
config = {
networking = {
hostName = "weilite";
@ -41,9 +33,6 @@
comin.enable = true;
network.localdns.enable = true;
};
node = {
mediaDir = "/mnt/nixos/media";
};
boot = {
loader = {
@ -144,11 +133,6 @@
];
};
services.openssh.ports = [
22
2222
];
services.tailscale = {
enable = true;
openFirewall = true;