mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: Moved to nixos-unstable
I blame @hexchen and @arcnmx for this.
This commit is contained in:
parent
142df20916
commit
6a6128cc48
7 changed files with 18 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
smartmontools
|
||||
hddtemp
|
||||
lm_sensors
|
||||
unstable.htop
|
||||
htop
|
||||
cachix
|
||||
borgbackup
|
||||
ripgrep
|
||||
|
|
|
|||
|
|
@ -31,10 +31,10 @@ in {
|
|||
vlc
|
||||
ffmpeg-full
|
||||
thunderbird
|
||||
unstable.syncplay
|
||||
unstable.youtube-dl
|
||||
unstable.mkchromecast
|
||||
unstable.google-chrome
|
||||
syncplay
|
||||
youtube-dl
|
||||
mkchromecast
|
||||
google-chrome
|
||||
v4l-utils
|
||||
transmission-gtk
|
||||
lm_sensors
|
||||
|
|
|
|||
|
|
@ -34,8 +34,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.dnscrypt-proxy2.serviceConfig = {
|
||||
StateDirectory = "dnscrypt-proxy2";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ let
|
|||
" ${c1} .:::: :::: ${c2}'::::. "
|
||||
];
|
||||
in {
|
||||
services.mingetty = {
|
||||
services.getty = {
|
||||
greetingLine = ''
|
||||
\e[H\e[2J
|
||||
\e[9;10]'' + lib.concatStringsSep "\n" nixos_logo + "\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue