fmt: remove duplicate imports, now unified in applications/_base.nix

This commit is contained in:
silver 2024-07-16 23:09:22 +01:00
parent cb0cfbaf4a
commit e9d5985adf
Signed by: silver
GPG key ID: 54E2C71918E93B74
18 changed files with 17 additions and 60 deletions

View file

@ -11,9 +11,6 @@ with lib; let
port_backend = "8087";
in {
imports = [
../acme.nix
../dns.nix
../nginx.nix
inputs.skynet_ldap_backend.nixosModule."x86_64-linux"
../../config/users.nix
];

View file

@ -15,9 +15,6 @@ with lib; let
in {
# these are needed for teh program in question
imports = [
../acme.nix
../dns.nix
../nginx.nix
];
options.services.skynet."${name}" = {