Remove service files for H0615 and Vanguard since they only need syncthing
This commit is contained in:
parent
11a5d8da27
commit
b9edd347e5
|
@ -5,7 +5,7 @@
|
||||||
./hardware/audio.nix
|
./hardware/audio.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
./services/H0615.nix
|
./services/syncthing/H0615.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "H0615"; # Define your hostname.
|
networking.hostName = "H0615"; # Define your hostname.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
./services/Vanguard.nix
|
./services/syncthing/Vanguard.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{...}:{ imports = [ ./syncthing/H0615.nix ]; }
|
|
|
@ -1,7 +0,0 @@
|
||||||
{...}: {
|
|
||||||
imports = [
|
|
||||||
# ./openvpn/Vanguard.nix
|
|
||||||
./sshd
|
|
||||||
./syncthing/Vanguard.nix
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue