Remove service files for H0615 and Vanguard since they only need syncthing

This commit is contained in:
Evie Litherland-Smith 2023-06-05 07:42:47 +01:00
parent 11a5d8da27
commit b9edd347e5
4 changed files with 2 additions and 10 deletions

View file

@ -5,7 +5,7 @@
./hardware/audio.nix
./locales/en_GB.nix
./desktop/hyprland.nix
./services/H0615.nix
./services/syncthing/H0615.nix
];
networking.hostName = "H0615"; # Define your hostname.

View file

@ -6,7 +6,7 @@
./hardware/bluetooth.nix
./locales/en_GB.nix
./desktop/hyprland.nix
./services/Vanguard.nix
./services/syncthing/Vanguard.nix
];
networking = {

View file

@ -1 +0,0 @@
{...}:{ imports = [ ./syncthing/H0615.nix ]; }

View file

@ -1,7 +0,0 @@
{...}: {
imports = [
# ./openvpn/Vanguard.nix
./sshd
./syncthing/Vanguard.nix
];
}