move jokum to nixos bicep

This commit is contained in:
Daniel Olsen
2023-03-26 04:21:03 +02:00
parent dfe8b8b44c
commit 7620fb3dee
4 changed files with 21 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
nixosConfigurations = let
nixosConfig = name: config: nixpkgs.lib.nixosSystem (nixpkgs.lib.recursiveUpdate
config
{
rec {
system = "x86_64-linux";
specialArgs = {
inherit unstable inputs;