add deployment.nix (again)

api-3.0
Alexander Tomokhov 2023-12-22 23:46:50 +04:00
parent 4ffcdf099c
commit 7df61dbb68
1 changed files with 4 additions and 0 deletions

4
deployment.nix Normal file
View File

@ -0,0 +1,4 @@
{ lib, ... }:
{
system.stateVersion = lib.trivial.warn "system.stateVersion is hardcoded" "23.11";
}