Move domain
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 = {
|