1
0

Update from updated-inputs-2025-02-21-02-03

This commit is contained in:
Flake Update Bot 2025-02-21 03:03:08 +01:00
commit 142fd8aaa0

View File

@ -6,6 +6,11 @@
../../configuration/gpg-ssh ../../configuration/gpg-ssh
]; ];
# systemd in initrd is broken with ISOs
# Failed to mount /sysroot/iso
# https://github.com/NixOS/nixpkgs/issues/327187
boot.initrd.systemd.enable = false;
networking.hostName = "isowo"; networking.hostName = "isowo";
isoImage.isoBaseName = lib.mkForce "nixos-isowo"; isoImage.isoBaseName = lib.mkForce "nixos-isowo";