dotfiles/nixpkgs/secret/ssh/hosts/default.nix

9 lines
77 B
Nix

{ ... }:
{
imports = [
./pvv.nix
./ntnu.nix
./home.nix
];
}