feat: add hardware-configuration for winters

This commit is contained in:
Swarsel 2024-09-23 22:40:03 +02:00
parent b019b1562f
commit eda67ab40e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 67 additions and 18 deletions

View file

@ -41,12 +41,12 @@
flakePath = "/home/swarsel/.dotfiles";
server = {
enable = true;
kavita = true;
navidrome = true;
jellyfin = true;
spotifyd = true;
mpd = true;
matrix = true;
kavita = false;
navidrome = false;
jellyfin = false;
spotifyd = false;
mpd = false;
matrix = false;
};
shellAliases = {
nswitch = "cd /.dotfiles; sudo nixos-rebuild --flake .#$(hostname) switch; cd -;";