hosts/vamos: set global vars
This commit is contained in:
parent
8338818b7d
commit
96425172a0
1 changed files with 10 additions and 1 deletions
|
@ -6,6 +6,16 @@
|
||||||
system = "${inputs.self}/system";
|
system = "${inputs.self}/system";
|
||||||
home = "${inputs.self}/home";
|
home = "${inputs.self}/home";
|
||||||
in {
|
in {
|
||||||
|
local.systemVars = {
|
||||||
|
hostName = "vamos";
|
||||||
|
username = "nezia";
|
||||||
|
};
|
||||||
|
|
||||||
|
local.homeVars = {
|
||||||
|
fullName = "Anthony Rodriguez";
|
||||||
|
email = "anthony@nezia.dev";
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./modules
|
./modules
|
||||||
|
@ -50,6 +60,5 @@ in {
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "vamos";
|
|
||||||
environment.variables.FLAKE = "/home/nezia/.dotfiles";
|
environment.variables.FLAKE = "/home/nezia/.dotfiles";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue