nix-infra/hosts/dinictis/default.nix
2024-05-04 13:01:27 +02:00

7 lines
121 B
Nix

{ ... }: {
imports = [
../../profiles/desktop
];
system.stateVersion = "23.11"; # Did you read the comment?
}