aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/ftp/florian.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/ftp/florian.nix')
-rw-r--r--nixops/modules/websites/ftp/florian.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/ftp/florian.nix b/nixops/modules/websites/ftp/florian.nix
index 9688700..2c8edbb 100644
--- a/nixops/modules/websites/ftp/florian.nix
+++ b/nixops/modules/websites/ftp/florian.nix
@@ -1,4 +1,4 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2let 2let
3 adminer = pkgs.callPackage ../commons/adminer.nix {}; 3 adminer = pkgs.callPackage ../commons/adminer.nix {};
4 cfg = config.services.myWebsites.Florian; 4 cfg = config.services.myWebsites.Florian;