nixos-config/sample-configuration.nix
Charlotte Van Petegem e1afafff33 Add oldtown
2020-02-20 14:29:40 +01:00

5 lines
62 B
Nix

{ ... }:
{
imports = [ ./machines/oldtown/default.nix ];
}