mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added services import to jeeves default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user