updates
This commit is contained in:
parent
2a39913fde
commit
599d34d9cb
8 changed files with 28 additions and 27 deletions
|
@ -42,11 +42,16 @@ in {
|
|||
|
||||
#192.168.2.111 hass.home.f2o.io
|
||||
#192.168.2.111 sync.home.f2o.io
|
||||
192.168.2.111 pl.home.f2o.io
|
||||
|
||||
#127.0.0.1 auth-dev.thobits.com
|
||||
127.0.0.1 database
|
||||
127.0.0.1 youtube.com
|
||||
127.0.0.1 www.youtube.com
|
||||
|
||||
34.49.192.42 www.tbone.audio
|
||||
34.49.192.42 jobs.thomann.de
|
||||
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -65,16 +70,15 @@ in {
|
|||
drone-cli
|
||||
govc
|
||||
ttyd
|
||||
unstable.discord
|
||||
unstable.go-jira
|
||||
(unstable.google-cloud-sdk.withExtraComponents [
|
||||
unstable.google-cloud-sdk.components.gke-gcloud-auth-plugin
|
||||
discord
|
||||
(google-cloud-sdk.withExtraComponents [
|
||||
google-cloud-sdk.components.gke-gcloud-auth-plugin
|
||||
])
|
||||
myslack
|
||||
unstable.velero
|
||||
velero
|
||||
|
||||
unstable.obs-studio
|
||||
unstable.obs-studio-plugins.wlrobs
|
||||
obs-studio
|
||||
obs-studio-plugins.wlrobs
|
||||
|
||||
prusa-slicer
|
||||
];
|
||||
|
@ -82,5 +86,4 @@ in {
|
|||
# yubikey support
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
services.pcscd.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue