chore: rename laptop -> sakura (2)

This commit is contained in:
Ahwx 2024-06-21 12:34:00 +02:00
parent 265c4e6ef8
commit 8f27e6e681

View file

@ -53,13 +53,13 @@
)]; )];
specialArgs = { host="desktop"; inherit self inputs username ; }; specialArgs = { host="desktop"; inherit self inputs username ; };
}; };
laptop = nixpkgs.lib.nixosSystem { sakura = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [( modules = [(
import ./hosts/laptop import ./hosts/sakura
agenix.nixosModules.default agenix.nixosModules.default
)]; )];
specialArgs = { host="laptop"; inherit self inputs username ; }; specialArgs = { host="sakura"; inherit self inputs username ; };
}; };
vm = nixpkgs.lib.nixosSystem { vm = nixpkgs.lib.nixosSystem {
inherit system; inherit system;