added services import to jeeves default

This commit is contained in:
2025-01-27 22:05:00 -05:00
parent e8d971340b
commit fa38cc6321

View File

@@ -1,6 +1,3 @@
let
vars = import ./vars.nix;
in
{
imports = [
../../users/richie
@@ -10,13 +7,11 @@ in
../../common/optional/syncthing_base.nix
../../common/optional/zerotier.nix
./docker
./services
./hardware.nix
./home_assistant.nix
./jellyfin.nix
./networking.nix
./programs.nix
./runner.nix
./services.nix
./syncthing.nix
];
@@ -29,7 +24,6 @@ in
services = {
openssh.ports = [ 629 ];
smartd.enable = true;
snapshot_manager.path = ./snapshot_config.toml;