refactor: systems/ folder

This commit is contained in:
arcnmx 2024-01-06 16:35:54 -08:00
parent a06248ba9a
commit 41b772c6d1
22 changed files with 10 additions and 10 deletions

12
systems/ct/nixos.nix Normal file
View file

@ -0,0 +1,12 @@
{
meta,
lib,
...
}: {
imports = with meta;
[
nixos.reisen-ct
];
system.stateVersion = "23.11";
}