Fix evaluation warnings

master
Yorick van Pelt 2024-03-23 10:01:27 +01:00
parent 6fe32ef833
commit 9e1bf078b1
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
4 changed files with 5 additions and 5 deletions

View File

@ -168,7 +168,7 @@ in {
} }
]; ];
}; };
systemdIntegration = true; systemd.enable = true;
# fix pinentry-gnome3 # fix pinentry-gnome3
extraConfig = '' extraConfig = ''
include /etc/sway/config.d/* include /etc/sway/config.d/*

View File

@ -21,7 +21,7 @@
nix.settings.max-jobs = lib.mkDefault 1; nix.settings.max-jobs = lib.mkDefault 1;
#services.nscd.enable = false; #services.nscd.enable = false;
networking.dhcpcd.enable = false; networking.useDHCP = false;
systemd.network.enable = true; systemd.network.enable = true;
systemd.network.networks."40-hetzner" = { systemd.network.networks."40-hetzner" = {
DHCP = "ipv4"; DHCP = "ipv4";

View File

@ -32,7 +32,7 @@ in {
openssh.authorizedKeys.keys = openssh.authorizedKeys.keys =
config.users.users.yorick.openssh.authorizedKeys.keys; config.users.users.yorick.openssh.authorizedKeys.keys;
# root password is useful from console, ssh has password logins disabled # root password is useful from console, ssh has password logins disabled
passwordFile = config.age.secrets.root-user-pass.path; # TODO: generate own hashedPasswordFile = config.age.secrets.root-user-pass.path; # TODO: generate own
}; };
services.timesyncd.enable = true; services.timesyncd.enable = true;
@ -42,7 +42,7 @@ in {
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
group = "users"; group = "users";
openssh.authorizedKeys.keys = with (import ../sshkeys.nix); yorick; openssh.authorizedKeys.keys = with (import ../sshkeys.nix); yorick;
passwordFile = config.age.secrets.yorick-user-pass.path; hashedPasswordFile = config.age.secrets.yorick-user-pass.path;
createHome = true; createHome = true;
}; };

View File

@ -73,7 +73,7 @@
fonts = { fonts = {
fontDir.enable = true; fontDir.enable = true;
enableGhostscriptFonts = true; enableGhostscriptFonts = true;
fonts = with pkgs; [ packages = with pkgs; [
corefonts # Micrsoft free fonts corefonts # Micrsoft free fonts
inconsolata # monospaced inconsolata # monospaced
source-code-pro source-code-pro