mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: rename laptop -> sakura (2)
This commit is contained in:
parent
265c4e6ef8
commit
8f27e6e681
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue