Move oldtown to ZFS and rename to kharbranth

This commit is contained in:
Charlotte Van Petegem 2020-07-11 13:50:52 +02:00
parent 83e875c687
commit b770f3ddb6
13 changed files with 71 additions and 73 deletions

View file

@ -0,0 +1,9 @@
let
lib = import ../../lib.nix;
system = lib.mkSystem {
nixpkgs = (lib.findImport "nixpkgs");
extraModules = [ ./configuration.nix ];
system = "x86_64-linux";
};
in
system.config.system.build.toplevel