feat: add beets

This commit is contained in:
Moritz Böhme 2025-06-25 13:54:17 +02:00
parent 5d40d31768
commit 365196caf6
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 42 additions and 2 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
imports = [
../../modules/zfs_unencrypted.nix
../../modules/shared.nix
@ -8,6 +12,7 @@
./mail-server.nix
./website/root
./navidrome.nix
inputs.home-manager.nixosModules.default
];
time.timeZone = "Europe/Berlin";
@ -33,6 +38,19 @@
};
};
home-manager = {
users.moritz = {
programs.home-manager.enable = true;
home = {
username = "moritz";
homeDirectory = "/home/moritz";
stateVersion = "25.05";
};
};
useGlobalPkgs = true;
useUserPackages = true;
};
# You can get your disk id by running the following command on the installer:
# Replace <IP> with the IP of the installer printed on the screen or by running the `ip addr` command.
# ssh root@<IP> lsblk --output NAME,ID-LINK,FSTYPE,SIZE,MOUNTPOINT