1
0

Compare commits

..

No commits in common. "2e390e9ef934d596ead918aa1213365d110a30e6" and "9d310e9e8f653007b002a5e0809bdf8a413dbbbd" have entirely different histories.

4 changed files with 2 additions and 24 deletions

View File

@ -1,19 +0,0 @@
{ ... }:
{
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse = {
enable = true;
};
};
}

View File

@ -2,7 +2,6 @@
{
imports = [
./audio.nix
./fonts.nix
./gnome.nix
./networking.nix

View File

@ -15,8 +15,8 @@
forceSSL = true;
root = pkgs.fetchgit {
url = "https://git.clerie.de/clerie/clerie.de.git";
rev = "9417332ff85b058901d9875828f9dea8247bb431";
hash = "sha256-bCTyhyPeCNHsGDfyYA5yM0OA8040XFO3Gvakrco+FEo=";
rev = "d3f220899ecb98e87026ee0a7600bb8898ae3c42";
sha256 = "sha256-3o2/+m5OGSfc5RTrS4/j/aVibDasQISL7vY+J3yxbB8=";
};
locations."= /ssh/known_hosts" = {
alias = pkgs.writeText "known_hosts" (import ../../lib/ssh-known-hosts.nix);

View File

@ -24,8 +24,6 @@
networking.hostName = "zinc";
security.sudo.wheelNeedsPassword = lib.mkForce false;
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];