HermitCollective.nix/system/default.nix

9 lines
102 B
Nix

{
imports = [
./hardware-configuration.nix
./nixos.nix
./ssh.nix
./comin.nix
];
}