dots/hosts/luna/default.nix
Price Hiller 88d64a5f73
refactor(hosts/luna): update system.stateVersion 24.05 -> 24.11
This required a manual migration of postgresql from version 15 to 16
2024-11-11 23:13:24 -06:00

10 lines
140 B
Nix

{ clib, ... }:
{
imports = (
clib.recurseFilesInDirs [
./os
./modules
] ".nix"
);
system.stateVersion = "24.11";
}