Changes for zbox

This commit is contained in:
root 2021-04-01 17:22:11 +00:00
parent d145f6282a
commit 0ee115d2ca
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
system.stateVersion = "20.09";
# TODO: remove? # TODO: remove?
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"openssh-with-gssapi-8.4p1" # CVE-2021-28041 "openssh-with-gssapi-8.4p1" # CVE-2021-28041

View File

@ -14,6 +14,11 @@ in {
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;
environment.systemPackages = with pkgs; [
firefox
spotify
];
services = { services = {
xserver = mkIf enable-gui { xserver = mkIf enable-gui {
enable = true; enable = true;

View File

@ -17,6 +17,7 @@ let
doomEmacsInit doomEmacsInit
enca enca
file file
firefox
fortune fortune
gnupg gnupg
guile guile
@ -44,6 +45,7 @@ let
rustc rustc
sbcl sbcl
signal-desktop signal-desktop
spotify
stdenv stdenv
telnet telnet
texlive.combined.scheme-basic texlive.combined.scheme-basic