mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-25 15:13:12 +02:00
added state version to the pi
Signed-off-by: Alex S <stan.alexandru@ichb.ro>
This commit is contained in:
parent
b1add2bd6a
commit
f7e438d169
1 changed files with 4 additions and 0 deletions
|
@ -86,4 +86,8 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system = {
|
||||||
|
stateVersion = 23.05; # Do NOT change.
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue