add hyprland conf
This commit is contained in:
parent
1849fdc496
commit
e1f0194350
21 changed files with 712 additions and 263 deletions
|
|
@ -36,11 +36,18 @@
|
|||
specialArgs = {
|
||||
inherit inputs system pkgs;
|
||||
addressList = {
|
||||
vm-headscale = {
|
||||
vm-pool = {
|
||||
name = "vm-pool";
|
||||
ipv4 = "10.0.0.2";
|
||||
subnet = "/24";
|
||||
mac = "02:00:00:00:00:02";
|
||||
};
|
||||
vm-k3s = {
|
||||
name = "vm-k3s";
|
||||
ipv4 = "10.0.0.3";
|
||||
subnet = "/24";
|
||||
mac = "02:00:00:00:00:03";
|
||||
};
|
||||
};
|
||||
host = {
|
||||
hostName = "htz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue