kadsd
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -85,16 +85,6 @@
|
||||
|
||||
nixosConfigurations = {
|
||||
ayanami = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/ayanami/configuration.nix
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-l480
|
||||
];
|
||||
};
|
||||
ayanami-new = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
@@ -110,7 +100,8 @@
|
||||
};
|
||||
}
|
||||
|
||||
./hosts/ayanami-new/configuration.nix
|
||||
./hosts/ayanami/configuration.nix
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2
|
||||
];
|
||||
};
|
||||
soryu-old = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user