Compare commits
3 Commits
2a49030f0f
...
142fd8aaa0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
142fd8aaa0 | ||
![]() |
e42947e389 | ||
9ae31d6786 |
@ -6,6 +6,11 @@
|
||||
../../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";
|
||||
isoImage.isoBaseName = lib.mkForce "nixos-isowo";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user