cleanup of some old references
This commit is contained in:
parent
12f2bf4bf8
commit
86a6dbdab2
8 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
#imports = [ ../../system/all/syncthing.nix ];
|
||||
|
||||
sops.secrets.syncthing_cert = { };
|
||||
sops.secrets.syncthing_key = { };
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
# imports = [ ../../system/all/syncthing.nix ];
|
||||
|
||||
sops.secrets.syncthing_cert = { };
|
||||
sops.secrets.syncthing_key = { };
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
../../components
|
||||
../../system/desktop
|
||||
#../../system/server/netdata.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
./packages.nix
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
imports = [
|
||||
../../system/all
|
||||
#../../system/server/netdata.nix
|
||||
../../system/server/graylog-exporter.nix
|
||||
../../system/server/prometheus-exporters.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue