NixOS/hosts/luna/default.nix

9 lines
110 B
Nix

{ config, lib, nixpkgs, ... }:
{
imports = [
./modules
./os
];
system.stateVersion = "23.11";
}