move laptop to x13-mairie
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user