mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-10 22:35:34 +02:00
Added Variables For Username & Hostname in Flake
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user