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 = { };
|
# specialArgs = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
mpd = nixpkgs.lib.nixosSystem {
|
|
||||||
pkgs = pkgs "x86_64-linux";
|
|
||||||
modules = [
|
|
||||||
myModules
|
|
||||||
proxmoxModule
|
|
||||||
./mpd
|
|
||||||
agenix.nixosModules.default
|
|
||||||
];
|
|
||||||
# specialArgs = { };
|
|
||||||
};
|
|
||||||
|
|
||||||
immich = nixpkgs.lib.nixosSystem {
|
immich = nixpkgs.lib.nixosSystem {
|
||||||
pkgs = pkgs "x86_64-linux";
|
pkgs = pkgs "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
|
|
@ -126,15 +126,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
mpd.deployment = {
|
|
||||||
targetHost = hosts.mpd;
|
|
||||||
tags = [
|
|
||||||
"lxc"
|
|
||||||
"bacco"
|
|
||||||
"mpd"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
immich.deployment = {
|
immich.deployment = {
|
||||||
targetHost = hosts.immich;
|
targetHost = hosts.immich;
|
||||||
tags = [
|
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";
|
dns01 = "192.168.1.2";
|
||||||
dns02 = "192.168.1.3";
|
dns02 = "192.168.1.3";
|
||||||
shadowsocks = "shadowsocks.internal";
|
shadowsocks = "shadowsocks.internal";
|
||||||
mpd = "192.168.1.7";
|
|
||||||
librechat = "librechat.internal";
|
librechat = "librechat.internal";
|
||||||
immich = "immich.internal";
|
immich = "immich.internal";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ rec {
|
||||||
machines.auth
|
machines.auth
|
||||||
machines.caddy
|
machines.caddy
|
||||||
machines.metrics
|
machines.metrics
|
||||||
machines.shadowshocks
|
machines.shadowsocks
|
||||||
];
|
];
|
||||||
|
|
||||||
# Machines provisioned with Colmena
|
# Machines provisioned with Colmena
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue