move laptop to x13-mairie

This commit is contained in:
2026-06-19 06:07:08 +02:00
parent 25a00f435f
commit a52e554770
4 changed files with 34 additions and 3 deletions

View File

@@ -27,13 +27,13 @@
];
};
nixosConfigurations.nixos-laptop = nixpkgs.lib.nixosSystem {
nixosConfigurations.x13-mairie = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
pkgs-unstable = nixpkgs-unstable.legacyPackages.x86_64-linux;
};
modules = [
./hosts/nixos-laptop
./hosts/x13-mairie
{
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ claude-code.overlays.default ];