feat: Added navidrome

This commit is contained in:
uttarayan21
2024-11-20 18:20:16 +05:30
parent 84905b68ce
commit c529435caf
3 changed files with 50 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
imports = [
# Include the results of the hardware scan.
./mirai.nix
./docker.nix
./services.nix
];
security.sudo.wheelNeedsPassword = false;
@@ -37,8 +37,9 @@
users.users.fs0c131y = {
isNormalUser = true;
extraGroups = ["wheel" "docker"];
extraGroups = ["wheel" "docker" "media"];
};
users.groups.media = {};
nixpkgs.config.allowUnfree = true;
networking.hostName = "mirai"; # Define your hostname.