Compare commits

..

No commits in common. "1fe0da3080994362e84c5650c5491c57d8d3e67f" and "48c592070860f5b3c97fe530433bbc96080ab3ae" have entirely different histories.

2 changed files with 8 additions and 13 deletions

View File

@ -7,7 +7,7 @@
{
imports =
[ # Include the results of the hardware scan.
<this-host/hardware-configuration.nix>
./hardware-configuration.nix
];
boot.loader.grub.enable = false;
@ -47,7 +47,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget vim git
wget vim
raspberrypi-tools
];
@ -62,11 +62,6 @@
# List services that you want to enable:
# Do not log to flash:
services.journald.extraConfig = ''
Storage=volatile
'';
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.permitRootLogin = "yes";
@ -123,6 +118,12 @@
publish.userServices = true;
};
# Enable Audio streaming for Mac clients
services.shairport-sync.enable = true;
# DLNA
services.gnome3.rygel.enable = true;
# Enable the X11 windowing system.
# services.xserver.enable = true;
# services.xserver.layout = "us";

View File

@ -39,10 +39,4 @@ in {
sudo = true;
};
};
pulsebert = pkgs.krops.writeDeploy "pulsebert" {
source = hostSource "pulsebert";
target = lib.mkTarget "k-ot@pulsebert.hq.c3d2.de" // {
sudo = true;
};
};
}