use old clan config
This commit is contained in:
parent
70f8da231e
commit
e0c0751e26
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||||
|
|
||||||
clan-core = {
|
clan-core = {
|
||||||
#url = "git+https://git.clan.lol/clan/clan-core";
|
url = "git+https://git.clan.lol/clan/clan-core";
|
||||||
url = "git+file:///home/palo/dev/nixos/clan-core";
|
#url = "git+file:///home/palo/dev/nixos/clan-core";
|
||||||
inputs.nixpkgs.follows = "nixpkgs"; # Needed if your configuration uses nixpkgs unstable.
|
inputs.nixpkgs.follows = "nixpkgs"; # Needed if your configuration uses nixpkgs unstable.
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
inputs.flake-parts.follows = "flake-parts";
|
||||||
};
|
};
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
# Statically configure the host names of machines based on their respective zerotier-ip.
|
# Statically configure the host names of machines based on their respective zerotier-ip.
|
||||||
inputs.clan-core.clanModules.static-hosts
|
inputs.clan-core.clanModules.static-hosts
|
||||||
];
|
];
|
||||||
clan.static-hosts.topLevelDomain = "bear";
|
#clan.static-hosts.topLevelDomain = "bear";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue