Merge branch 'master' of https://gitlab.julian-mutter.de/julian/configfiles
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"${pwd}/features-nixos/optional/k9s"
|
||||
|
||||
"${pwd}/features-nixos/optional/avahi.nix"
|
||||
"${pwd}/features-nixos/optional/solokey.nix"
|
||||
];
|
||||
|
||||
networking.hostName = "aspi";
|
||||
@@ -31,6 +32,9 @@
|
||||
|
||||
# networking.firewall.checkReversePath = false; # Makes wg interface with all ips work
|
||||
|
||||
programs.ausweisapp.enable = true;
|
||||
programs.ausweisapp.openFirewall = true; # for pairing with smartphone
|
||||
|
||||
modules = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"${pwd}/features-nixos/optional/wireshark.nix"
|
||||
"${pwd}/features-nixos/optional/flatpak.nix"
|
||||
"${pwd}/features-nixos/optional/k9s"
|
||||
"${pwd}/features-nixos/optional/solokey.nix"
|
||||
];
|
||||
|
||||
networking.hostName = "kardorf";
|
||||
|
||||
Reference in New Issue
Block a user