Move oldtown to ZFS and rename to kharbranth
This commit is contained in:
parent
83e875c687
commit
b770f3ddb6
13 changed files with 71 additions and 73 deletions
9
machines/kharbranth/default.nix
Normal file
9
machines/kharbranth/default.nix
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue