NixOS/hosts/orion/default.nix

10 lines
126 B
Nix
Raw Normal View History

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