Deleted old hosts list
This commit is contained in:
parent
468313dbc1
commit
1f2e79dd94
2 changed files with 1 additions and 101 deletions
101
flake.nix
101
flake.nix
|
|
@ -71,107 +71,6 @@
|
|||
colmena = lib.recursiveUpdate (builtins.mapAttrs (k: v: {
|
||||
imports = v._module.args.modules;
|
||||
}) self.nixosConfigurations) hosts;
|
||||
# {
|
||||
# meta = {
|
||||
# nixpkgs = import nixpkgs {
|
||||
# system = "x86_64-linux";
|
||||
# overlays = [ ];
|
||||
# };
|
||||
# nodeNixpkgs = builtins.mapAttrs (_: v: v.pkgs) self.nixosConfigurations;
|
||||
# nodeSpecialArgs = builtins.mapAttrs (_: v: v._module.specialArgs) self.nixosConfigurations;
|
||||
# };
|
||||
|
||||
# arr.deployment = {
|
||||
# targetHost = "192.168.1.189";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "bacco"
|
||||
# "arr"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# caddy.deployment = {
|
||||
# targetHost = "192.168.1.150";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "bacco"
|
||||
# "arr"
|
||||
# "auth"
|
||||
# "metrics"
|
||||
# "nextcloud"
|
||||
# "portainer"
|
||||
# "vaultwarden"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# metrics.deployment = {
|
||||
# targetHost = "192.168.1.152";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "bacco"
|
||||
# "metrics"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# nextcloud.deployment = {
|
||||
# targetHost = "192.168.1.103";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "bacco"
|
||||
# "nextcloud"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# vaultwarden.deployment = {
|
||||
# targetHost = "192.168.1.154";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "bacco"
|
||||
# "vaultwarden"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# plex.deployment = {
|
||||
# targetHost = "192.168.1.155";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "node"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# portainer.deployment = {
|
||||
# targetHost = "192.168.1.156";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "node"
|
||||
# "portainer"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# authentik.deployment = {
|
||||
# targetHost = "192.168.1.157";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "node"
|
||||
# "auth"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# colmena.deployment = {
|
||||
# targetHost = "192.168.1.158";
|
||||
# tags = [
|
||||
# "lxc"
|
||||
# "node"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# deadbeef.deployment = {
|
||||
# allowLocalDeployment = true;
|
||||
# targetHost = null;
|
||||
# tags = [ "local" ];
|
||||
# };
|
||||
|
||||
# };
|
||||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue