NixOS/hosts/luna/os/default.nix

11 lines
103 B
Nix
Raw Normal View History

2023-10-27 01:46:14 -05:00
{ ... }:
{
imports = [
./boot.nix
./filesystem.nix
];
system.stateVersion = "23.11";
}