paul-fixe: config flake

This commit is contained in:
nyanloutre 2021-10-14 13:49:55 +02:00
parent da8d433e8a
commit 9cfccf44e1
1 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,19 @@
./systems/LoutreOS/configuration.nix
];
};
nixosConfigurations.paul-fixe = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";
modules = [
({ pkgs, ... }: {
nix.nixPath = [
"nixpkgs=${nixpkgs}"
];
})
nixpkgs.nixosModules.notDetected
./systems/PC-Fixe/configuration.nix
];
};
};
}