Create custom ISO to simplify bootstrapping new installs
This commit is contained in:
parent
4d9fcfed6c
commit
f94f7321a2
3 changed files with 29 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue