Remove IPs var
This commit is contained in:
parent
f565ee792e
commit
95623413ca
6 changed files with 10 additions and 26 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./ips
|
||||
./wireless
|
||||
];
|
||||
imports = [ ./wireless ];
|
||||
|
||||
networking = {
|
||||
wireless.enable = false;
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.ips = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
|
||||
config.ips = rec {
|
||||
server = "10.2.0.1";
|
||||
pc = "10.2.0.100";
|
||||
vm = "10.2.0.101";
|
||||
hx = "10.2.0.150";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue