configuration.nix/default.nix

6 lines
106 B
Nix

{ ... }: {
imports = [ ./nixos ];
systems = [ "x86_64-linux" ];
perSystem = { system, ... }: { };
}