removed all references to deprecated tool NixOps
This commit is contained in:
parent
c47b35f619
commit
6cabd62238
1
.envrc
1
.envrc
|
@ -3,4 +3,3 @@ watch_file flake.nix
|
|||
|
||||
# Allow ragenix to find it's configuration
|
||||
export RULES=$(realpath ./secrets/secrets.nix)
|
||||
export NIXOPS_DEPLOYMENT=jfdic-ops
|
||||
|
|
|
@ -14,6 +14,5 @@ with import ./nix args; {
|
|||
treefmt # one CLI to format the code tree
|
||||
];
|
||||
NIX_PATH = "nixpkgs=${sources.nixpkgs}";
|
||||
NIXOPS_DEPLOYMENT = "${globals.deploymentName}";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for the Linode VMs
|
||||
# Nix configuration for the Linode VMs
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for the hosts running a Chrony service
|
||||
# Nix configuration for the hosts running a Chrony service
|
||||
{config, ...}: {
|
||||
services.chrony = {
|
||||
enable = true; # Enable Chrony
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
cfg =
|
||||
pkgs.writeText "configuration.nix"
|
||||
''
|
||||
assert builtins.trace "This system is managed by NixOps." false;
|
||||
assert builtins.trace "This system is managed by Colmena." false;
|
||||
{}
|
||||
'';
|
||||
in "nixos-config=${cfg}")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# logrotate configuration for NixOS / NixOps
|
||||
# logrotate configuration for NixOS
|
||||
{config, ...}: {
|
||||
services.logrotate = {
|
||||
enable = true; # Enable the logrotate service
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration nix-direnv
|
||||
# Nix configuration nix-direnv
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
|
|
@ -54,7 +54,7 @@ in {
|
|||
systemd = {
|
||||
services = {
|
||||
gitea = {
|
||||
# Ensure gitea starts after nixops keys are loaded
|
||||
# Ensure gitea starts after keys are loaded
|
||||
after = ["gitea-dbpass-key.service"];
|
||||
wants = ["gitea-dbpass-key.service"];
|
||||
};
|
||||
|
@ -112,6 +112,4 @@ in {
|
|||
"source.jfdic.org".email = "admin@reciproka.co";
|
||||
};
|
||||
};
|
||||
|
||||
users.groups.keys.members = ["gitea"]; # Required due to NixOps issue #1204
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for deploying the Reciproka Kolectiva website
|
||||
# Nix configuration for deploying the Reciproka Kolectiva website
|
||||
{
|
||||
self,
|
||||
config,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for deploying the Voices of Capricornia website
|
||||
# Nix configuration for deploying the Voices of Capricornia website
|
||||
{
|
||||
self,
|
||||
config,
|
||||
|
|
Loading…
Reference in a new issue