nix: succefully generated raspberry pi 4 image (hydrogen)

This commit is contained in:
Primrose 2024-07-18 21:46:55 +02:00
parent d272d8ad2d
commit cadda2e104
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 62 additions and 8 deletions

View file

@ -2,7 +2,6 @@
flake.darwinModules._ =
{ pkgs, hostname, ... }:
{
system.stateVersion = 4;
services.nix-daemon.enable = true;
networking.hostName = hostname;