Finalize Kitty to Midas transition
This commit is contained in:
parent
bb5963c126
commit
c514d3968f
3 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot.swraid = {
|
||||
enable = true;
|
||||
mdadmConf = "MAILADDR contact@nixfox.ca";
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_hardened;
|
||||
swraid = {
|
||||
enable = true;
|
||||
mdadmConf = "MAILADDR contact@nixfox.ca";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -108,10 +108,10 @@
|
|||
n:/etc/nixos
|
||||
|
||||
# Remote files
|
||||
J:/home/${config.home.username}/KittyNFS
|
||||
K:/home/${config.home.username}/KittyNFS/Files
|
||||
V:/home/${config.home.username}/KittyNFS/Media
|
||||
M:/home/${config.home.username}/KittyNFS/Music
|
||||
J:/home/${config.home.username}/MidasNFS
|
||||
K:/home/${config.home.username}/MidasNFS/Files
|
||||
V:/home/${config.home.username}/MidasNFS/Media
|
||||
M:/home/${config.home.username}/MidasNFS/Music
|
||||
'';
|
||||
};
|
||||
packages = with pkgs; [
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
services.mpd = {
|
||||
enable = config.home.desktop.enable;
|
||||
network.startWhenNeeded = true;
|
||||
musicDirectory = "/home/${config.home.username}/KittyNFS/Music/NixBops";
|
||||
playlistDirectory = "/home/${config.home.username}/KittyNFS/Music/NixBops/Playlists";
|
||||
musicDirectory = "/home/${config.home.username}/MidasNFS/Music/NixBops";
|
||||
playlistDirectory = "/home/${config.home.username}/MidasNFS/Music/NixBops/Playlists";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
|
|
Loading…
Add table
Reference in a new issue