mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 22:53:07 +01:00
Added Variables For Username & Hostname in Flake
This commit is contained in:
parent
287974c466
commit
f2d92f0b37
@ -22,7 +22,7 @@
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
laptop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname };
|
||||
specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname; };
|
||||
modules = [ ./laptop/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
Loading…
Reference in New Issue
Block a user