update flake, add ai substituter, snes emulator and global shortcut to get random song

This commit is contained in:
Kopatz
2023-12-05 22:26:39 +01:00
parent 492437cbad
commit 2bd00d47fb
5 changed files with 26 additions and 13 deletions

View File

@@ -20,6 +20,9 @@
networking.networkmanager.enable = true;
boot.initrd.systemd.network.wait-online.enable = false;
systemd.network.wait-online.enable = false;
nix.settings.trusted-substituters = [ "https://ai.cachix.org" ];
nix.settings.trusted-public-keys = [ "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" ];
#disable firewall when doing ipv6 vm stuff
networking.firewall.enable = lib.mkForce false;