Create custom ISO to simplify bootstrapping new installs

This commit is contained in:
Vili Sinervä 2024-08-05 17:17:33 +03:00
parent 4d9fcfed6c
commit f94f7321a2
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
3 changed files with 29 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
host = "???";
stateVersion = "???";
host = "generic";
stateVersion = "24.05";
repo = builtins.fetchGit {
url = "https://github.com/VSinerva/nixos-conf.git";