diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-04 17:42:18 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | 6fbdea91b6020c711d858f075253427359b2cc75 (patch) | |
tree | 7adc58131e2f9744873a7eb77d5733269d99bf58 | |
parent | Forgot to add system config (diff) | |
download | Spacebar-Open-Infrastructure-6fbdea91b6020c711d858f075253427359b2cc75.tar.xz |
Move domain
-rwxr-xr-x | flake.nix | 4 | ||||
-rwxr-xr-x | host/Spacebar-nginx/configuration.nix | 2 | ||||
-rw-r--r-- | host/Spacebar-nginx/hosts/spacebar.chat/internal/secrets.nix (renamed from host/Spacebar-nginx/hosts/spacebar.local/secrets.nix) | 0 | ||||
-rwxr-xr-x | modules/base.nix | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 690dca1..16f584a 100755 --- a/flake.nix +++ b/flake.nix @@ -5,11 +5,11 @@ nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; }; - home-manager = { + home-manager = { url = "github:nix-community/home-manager/master"; }; secrets = { - url = "git+http://secrets.spacebar.local/"; + url = "git+http://secrets.internal.spacebar.chat/"; flake = false; }; }; diff --git a/host/Spacebar-nginx/configuration.nix b/host/Spacebar-nginx/configuration.nix index 80af48f..91c84bb 100755 --- a/host/Spacebar-nginx/configuration.nix +++ b/host/Spacebar-nginx/configuration.nix @@ -38,7 +38,7 @@ "gateway.old.server.spacebar.chat" = import ./hosts/spacebar.chat/server/old/gateway.nix; # local only - "secrets.spacebar.local" = import ./hosts/spacebar.local/secrets.nix { inherit lib config; }; + "secrets.internal.spacebar.chat" = import ./hosts/spacebar.chat/internal/secrets.nix { inherit lib config; }; }; }; }; diff --git a/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix b/host/Spacebar-nginx/hosts/spacebar.chat/internal/secrets.nix index cc0e299..cc0e299 100644 --- a/host/Spacebar-nginx/hosts/spacebar.local/secrets.nix +++ b/host/Spacebar-nginx/hosts/spacebar.chat/internal/secrets.nix diff --git a/modules/base.nix b/modules/base.nix index 68f7c02..6fbd6ae 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -68,6 +68,7 @@ }; startWhenNeeded = true; }; + qemuGuest.enable = true; }; security = { |