work dev tools + snapcast
This commit is contained in:
parent
e5a1dfebf5
commit
364fbd5b14
4 changed files with 53 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue