From 9a04cd9eb058f83dbe12e3f8196661bb1d48a2d1 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Thu, 7 Dec 2023 19:35:50 +0100 Subject: [PATCH] fixup! treewide: upgrade to 23.11 --- hosts/neon/configuration.nix | 4 ++-- nixos/base/desktop.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index a14c6829..ef35f1a5 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -92,8 +92,8 @@ mutableUsers = false; users = { - root.passwordFile = config.age.secrets.passwd-root-neon.path; - tobias.passwordFile = config.age.secrets.passwd-tobias-neon.path; + root.hashedPasswordFile = config.age.secrets.passwd-root-neon.path; + tobias.hashedPasswordFile = config.age.secrets.passwd-tobias-neon.path; }; }; } diff --git a/nixos/base/desktop.nix b/nixos/base/desktop.nix index a5861890..b57fb578 100644 --- a/nixos/base/desktop.nix +++ b/nixos/base/desktop.nix @@ -50,11 +50,11 @@ in ]; fonts = { - enableDefaultFonts = true; + enableDefaultPackages = true; enableGhostscriptFonts = true; fontDir.enable = true; - fonts = with pkgs; [ + packages = with pkgs; [ (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) source-code-pro ubuntu_font_family