From fa38412624e5aba67996dcb595727207e23c54c4 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 16 Aug 2025 14:42:17 +0000 Subject: [PATCH] sync --- modules/home-manager/beets/default.nix | 7 +++++++ modules/nixos/mnt_public/default.nix | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/beets/default.nix b/modules/home-manager/beets/default.nix index 3e0ed39..56ca593 100644 --- a/modules/home-manager/beets/default.nix +++ b/modules/home-manager/beets/default.nix @@ -201,6 +201,13 @@ in { "artist Sepultura _ Exodus" = "Sepultura"; "artist The Knife in collaboration with Mount Sims and Planningtorock" = "The Knife"; "artist Unida _ Dozer" = "Unida"; + "MUSICBRAINZ_ALBUMTYPE \"a; l; b; u; m;\"" = "album"; + "MUSICBRAINZ_ALBUMTYPE \"e; p;\"" = "ep"; + "MUSICBRAINZ_ALBUMTYPE \"s; i; n; g; l; e;\"" = "single"; + "MUSICBRAINZ_ALBUMTYPE \"c; o; m; p; i; l; a; t; i; o; n;\"" = "compilation"; + "MUSICBRAINZ_ALBUMTYPE \"l; i; v; e;\"" = "live"; + "MUSICBRAINZ_ALBUMTYPE \"r; e; m; i; x;\"" = "remix"; + "MUSICBRAINZ_ALBUMTYPE \"s; o; u; n; d; t; r; a; c; k;\"" = "soundtrack"; }; }; }; diff --git a/modules/nixos/mnt_public/default.nix b/modules/nixos/mnt_public/default.nix index acef760..f189eb8 100644 --- a/modules/nixos/mnt_public/default.nix +++ b/modules/nixos/mnt_public/default.nix @@ -12,7 +12,7 @@ in { config = mkIf cfg.enable { fileSystems."/mnt/Public" = { - device = "//192.168.1.109/Public"; + device = "//192.168.4.109/Public"; fsType = "cifs"; # options = ["uid=0,gid=1000"]; options = ["guest" "uid=1000" "iocharset=utf8"];