diff options
Diffstat (limited to 'nix/rootfs.nix')
| -rw-r--r-- | nix/rootfs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/rootfs.nix b/nix/rootfs.nix index 69479f6..9bea6db 100644 --- a/nix/rootfs.nix +++ b/nix/rootfs.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation { echo "::sysinit:/bin/mount -a" > rootfs/etc/inittab echo "::askfirst:/bin/sh" >> rootfs/etc/inittab echo "::ctrlaltdel:/sbin/reboot" >> rootfs/etc/inittab + echo "yerba-live" > rootfs/etc/hostname mksquashfs rootfs $out -comp zstd -noappend ''; installPhase = '' |
