mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add hardware-configuration for winters
This commit is contained in:
parent
b019b1562f
commit
eda67ab40e
6 changed files with 67 additions and 18 deletions
|
|
@ -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 -;";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue