update flake, add ai substituter, snes emulator and global shortcut to get random song
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user