mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
mossdeep: updates for install
This commit is contained in:
parent
e03e94d36d
commit
210675b5de
|
@ -38,7 +38,7 @@
|
||||||
user = {
|
user = {
|
||||||
aly = {
|
aly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
password = "$y$j9T$koxhEzkA4pYLsyIqZBTWM0$N8VW.JTM.HZZgNm7XgTxTXRzvYd7veA7TojG0gKOzO2";
|
password = "$y$j9T$tFHikyxutxISdByIElNuP/$TLzbG2fCUzKYBsxPXF//9EgjskH4c2O0oXNcVH8hu25";
|
||||||
};
|
};
|
||||||
dustin.enable = false;
|
dustin.enable = false;
|
||||||
};
|
};
|
||||||
|
@ -54,7 +54,10 @@
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
syncMusic = false;
|
||||||
|
};
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -64,7 +67,7 @@
|
||||||
user = "aly";
|
user = "aly";
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "hyprland";
|
desktopSession = "Hyprland";
|
||||||
};
|
};
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
user = "aly";
|
user = "aly";
|
||||||
|
|
Loading…
Reference in a new issue