Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active June 14, 2019 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/39815196e9cbe437a7612a7cafb8f247 to your computer and use it in GitHub Desktop.
Save cleverca22/39815196e9cbe437a7612a7cafb8f247 to your computer and use it in GitHub Desktop.
let
release = import <nixpkgs/nixos/release.nix> {
configuration = { pkgs, config, ... }: {
boot.supportedFilesystems = [ "zfs" ];
environment.systemPackages = with pkgs; [ pkgs.teamspeak_client ];
nixpkgs.config.allowUnfree = true;
};
};
in release.iso_graphical.x86_64-linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment