Add oldtown

This commit is contained in:
Charlotte Van Petegem 2020-02-20 10:48:07 +01:00
parent 5bc2d5b878
commit e1afafff33
9 changed files with 97 additions and 23 deletions

5
sample-configuration.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
imports = [ ./machines/oldtown/default.nix ];
}