Rebuild packages with pulseaudio and fix GTK theme
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user