Compare commits
2 commits
b5c30f5da7
...
27f3ca7c0c
Author | SHA1 | Date | |
---|---|---|---|
Benjamin Yule Bädorf | 27f3ca7c0c | ||
Benjamin Yule Bädorf | 26e81588d6 |
|
@ -13,7 +13,6 @@
|
||||||
"cups-brother-hl3140cw"
|
"cups-brother-hl3140cw"
|
||||||
"uhk-agent"
|
"uhk-agent"
|
||||||
"uhk-udev-rules"
|
"uhk-udev-rules"
|
||||||
"zoom"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
|
@ -28,7 +28,7 @@ in {
|
||||||
|
|
||||||
networking.wireguard.interfaces = {
|
networking.wireguard.interfaces = {
|
||||||
wg-ehex = {
|
wg-ehex = {
|
||||||
listenPort = 51821;
|
listenPort = 51822;
|
||||||
mtu = 1300;
|
mtu = 1300;
|
||||||
ips = cfg.ownIPs;
|
ips = cfg.ownIPs;
|
||||||
privateKeyFile = cfg.privateKeyFile;
|
privateKeyFile = cfg.privateKeyFile;
|
||||||
|
|
|
@ -10,10 +10,6 @@ with lib; let
|
||||||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||||
in {
|
in {
|
||||||
home-manager.users."${psCfg.user.name}" = {
|
home-manager.users."${psCfg.user.name}" = {
|
||||||
home.packages = [
|
|
||||||
pkgs.zoom-us
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.bash.initExtra = ''
|
programs.bash.initExtra = ''
|
||||||
source ${config.age.secrets.b12f-env-secrets.path}
|
source ${config.age.secrets.b12f-env-secrets.path}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue