zenix updates for server
remove nextcloud client use cloudflare add tailscale ip script
This commit is contained in:
parent
a1fd3061f5
commit
cc54b89adc
4 changed files with 14 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ in {
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
networking.networkmanager.insertNameservers = ["192.168.1.2"];
|
networking.networkmanager.insertNameservers = ["1.1.1.1" "1.0.0.1"];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@
|
||||||
terminal = true;
|
terminal = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nextcloud-client.enable = true;
|
|
||||||
services.gnome-keyring.enable = true;
|
|
||||||
|
|
||||||
home.language = {
|
home.language = {
|
||||||
base = "eo.UTF-8";
|
base = "eo.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -332,5 +332,17 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "tailscale-ip";
|
||||||
|
text = ''
|
||||||
|
tailscale status | ${my-deps.menu} | awk '{ print $1 }' | wl-copy
|
||||||
|
'';
|
||||||
|
install = true;
|
||||||
|
hotkeys = [
|
||||||
|
{
|
||||||
|
key = "I";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,5 +54,6 @@
|
||||||
indicator = true;
|
indicator = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gnome-keyring.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue