commit 1365fb31ff7a12aae0e2a986a463140c09fc798d
parent 37aa2fa2a57d33ce52a749d448e181e3a77469f6
Author: Silas Brack <silasbrack@gmail.com>
Date: Thu, 3 Oct 2024 14:20:20 +0200
Fix default.nix
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/default.nix b/apps/my-app/default.nix
diff --git a/infrastructure/hive.nix b/infrastructure/hive.nix
@@ -45,7 +45,7 @@ in {
imports = [
./vpn.nix
sops_nix
- # ../apps/my-app/
+ # ../apps/my-app
];
# networking.firewall.allowedTCPPorts = [ 8000 ];
security.pki.certificateFiles = [ ./secrets/ca-certificate.crt ];
@@ -70,7 +70,7 @@ in {
];
};
- # services.hello = {
+ # services.myapp = {
# enable = true;
# greeter = "Bob";
# };