Revert MPD. Too many gotchas with LXC

This commit is contained in:
pazpi 2025-03-30 11:41:38 +02:00
parent 18021fb910
commit 7958b9903a
5 changed files with 1 additions and 54 deletions

View file

@ -211,17 +211,6 @@ in
# specialArgs = { };
};
mpd = nixpkgs.lib.nixosSystem {
pkgs = pkgs "x86_64-linux";
modules = [
myModules
proxmoxModule
./mpd
agenix.nixosModules.default
];
# specialArgs = { };
};
immich = nixpkgs.lib.nixosSystem {
pkgs = pkgs "x86_64-linux";
modules = [

View file

@ -126,15 +126,6 @@ in
];
};
mpd.deployment = {
targetHost = hosts.mpd;
tags = [
"lxc"
"bacco"
"mpd"
];
};
immich.deployment = {
targetHost = hosts.immich;
tags = [

View file

@ -1,32 +0,0 @@
{}{
config,
pkgs,
lib,
...
}:
let
p = import ../parameters.nix;
in
{
my = {
utils = {
commons.enable = true;
lxc-standard.enable = true;
};
virtualisation = {
proxmox.enable = true;
};
};
# Extra packages
environment.systemPackages = with pkgs; [ ];
services.mpd = {
enable = true;
};
networking.firewall.allowedTCPPorts = [ config.mpd.network.port ];
system.stateVersion = "24.11";
}

View file

@ -15,7 +15,6 @@
dns01 = "192.168.1.2";
dns02 = "192.168.1.3";
shadowsocks = "shadowsocks.internal";
mpd = "192.168.1.7";
librechat = "librechat.internal";
immich = "immich.internal";
};

View file

@ -36,7 +36,7 @@ rec {
machines.auth
machines.caddy
machines.metrics
machines.shadowshocks
machines.shadowsocks
];
# Machines provisioned with Colmena