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, ... }:
{
system.stateVersion = "20.09";
# TODO: remove?
nixpkgs.config.permittedInsecurePackages = [
"openssh-with-gssapi-8.4p1" # CVE-2021-28041

View File

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

View File

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