work dev tools + snapcast

This commit is contained in:
Tristan 2023-04-21 17:34:22 +01:00
parent e5a1dfebf5
commit 364fbd5b14
4 changed files with 53 additions and 32 deletions

View file

@ -1,6 +1,6 @@
# https://search.nixos.org/options
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
networking.hostName = "FCS-Tristan-Nixbook";
@ -16,6 +16,12 @@
openvpn3
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# nonfree vscode required for dev containers
"vscode"
];
networking.firewall.allowedTCPPorts = [ ];
system.stateVersion = "22.11"; # do not change