Revert MPD. Too many gotchas with LXC
This commit is contained in:
parent
18021fb910
commit
7958b9903a
5 changed files with 1 additions and 54 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -126,15 +126,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
mpd.deployment = {
|
||||
targetHost = hosts.mpd;
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
"mpd"
|
||||
];
|
||||
};
|
||||
|
||||
immich.deployment = {
|
||||
targetHost = hosts.immich;
|
||||
tags = [
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue