boreal: initial setup

This commit is contained in:
Antoine Martin 2021-04-16 21:33:48 +02:00
parent fe5df275d6
commit d8e794f865
9 changed files with 139 additions and 0 deletions

View file

@ -30,5 +30,12 @@
}
];
};
nixosConfigurations.boreal = nixpkgs-unstable.lib.nixosSystem rec {
system = "x86_64-linux";
modules =
[
./boreal.nix
];
};
};
}