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";
|
||||
home = "${inputs.self}/home";
|
||||
in {
|
||||
local.systemVars = {
|
||||
hostName = "vamos";
|
||||
username = "nezia";
|
||||
};
|
||||
|
||||
local.homeVars = {
|
||||
fullName = "Anthony Rodriguez";
|
||||
email = "anthony@nezia.dev";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules
|
||||
|
@ -50,6 +60,5 @@ in {
|
|||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
|
||||
networking.hostName = "vamos";
|
||||
environment.variables.FLAKE = "/home/nezia/.dotfiles";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue