Rebuild packages with pulseaudio and fix GTK theme

This commit is contained in:
2020-05-14 02:09:23 +02:00
parent 3eebf8e140
commit b977babf29
5 changed files with 33 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [ avahi wireguard ];
# Set hostname and hostid
# Set hostname, hostid and enable WiFi
networking = {
hostName = "panacea";
hostId = "8feb0bb8";
@@ -34,4 +34,12 @@
};
};
# Enable localhost SSH
services.openssh = {
enable = true;
permitRootLogin = "yes";
passwordAuthentication = false;
openFirewall = false;
startWhenNeeded = true;
};
}