Este commit está contenido en:
Emery Hemingway 2019-09-02 10:09:44 +02:00
padre b7f8a98276
commit cf4ef255c6
Se han modificado 4 ficheros con 13 adiciones y 9 borrados

Ver fichero

@ -12,9 +12,9 @@ in {
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../lib/admins.nix
../../common.nix
../../users.nix
../../mpd.nix
../../lib/common/common.nix
../../lib/users.nix
../../lib/mpd.nix
];
# Use the systemd-boot EFI boot loader.
@ -192,12 +192,6 @@ in {
type "pulse"
name "/proc"
}
audio_output {
type "pulse"
name "SDK"
server "dacbert.hq.c3d2.de"
}
'';
services.caddy = {

6
lib/motd Archivo normal
Ver fichero

@ -0,0 +1,6 @@
______ ______
/ / / / / /\ \ \
/ / / / / / \ \ \
\ \ \ \ / / / / /
\_\_\_\/_/ /_/_/

Ver fichero

@ -9,12 +9,14 @@ let
{
dbFile = null;
musicDirectory = "/mnt/storage/Music";
/*
extraConfig = ''
database {
plugin "proxy"
host "storage-ng.hq.c3d2.de"
}
'';
*/
};
in
{

Ver fichero

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
users.motd = builtins.readFile ./motd;
users.users.k-ot = {
packages = with pkgs;
[ screen tmux ];