Skip to content

Commit

Permalink
fixup! treewide: upgrade to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Dec 7, 2023
1 parent 0965771 commit 9a04cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hosts/neon/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
}
4 changes: 2 additions & 2 deletions nixos/base/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a04cd9

Please sign in to comment.