1
0
forked from c3d2/nix-config

riscbert: fix

This commit is contained in:
Astro 2022-06-22 00:47:58 +02:00
parent 5234740654
commit 12a816dfa8

View File

@ -12,7 +12,8 @@
${config.boot.loader.generic-extlinux-compatible.populateCmd} -c ${config.system.build.toplevel} -d $out/boot
'';
networking.hostName = "dacbert";
networking.hostName = "riscbert";
system.stateVersion = "22.05";
fileSystems."/" = {
device = "/dev/disk/by-label/NIXOS_SD";