cleanup of some old references

feature/clan.lol
Ingolf Wagner 2023-12-29 17:06:16 +01:00
parent 12f2bf4bf8
commit 86a6dbdab2
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
8 changed files with 0 additions and 14 deletions

View File

@ -5,8 +5,6 @@
# last system packages that need to be migrated to components
../../system/all/borg-jobs.nix
#../../system/all/syncthing.nix
#../../system/server/netdata.nix
../../modules
../../components

View File

@ -5,8 +5,6 @@
# last system packages that need to be migrated to components
../../system/all/borg-jobs.nix
#../../system/all/syncthing.nix
#../../system/server/netdata.nix
../../modules
../../components

View File

@ -4,8 +4,6 @@
../../system/all/nginx.nix
../../system/all/borg-jobs.nix
../../system/all/defaults.nix
#../../system/all/syncthing.nix
#../../system/server/netdata.nix
../../system/server/packages.nix
../../components

View File

@ -1,7 +1,5 @@
{ config, pkgs, lib, ... }: {
#imports = [ ../../system/all/syncthing.nix ];
sops.secrets.syncthing_cert = { };
sops.secrets.syncthing_key = { };

View File

@ -4,8 +4,6 @@
../../system/all/nginx.nix
../../system/all/borg-jobs.nix
../../system/all/defaults.nix
#../../system/all/syncthing.nix
#../../system/server/netdata.nix
../../system/server/packages.nix
../../components

View File

@ -1,7 +1,5 @@
{ config, pkgs, lib, ... }: {
# imports = [ ../../system/all/syncthing.nix ];
sops.secrets.syncthing_cert = { };
sops.secrets.syncthing_key = { };

View File

@ -4,7 +4,6 @@
../../components
../../system/desktop
#../../system/server/netdata.nix
./hardware-configuration.nix
./packages.nix

View File

@ -2,7 +2,6 @@
imports = [
../../system/all
#../../system/server/netdata.nix
../../system/server/graylog-exporter.nix
../../system/server/prometheus-exporters.nix
];