Skip to content

Commit

Permalink
hosts(azure-vm): reenable userborn
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Dec 16, 2024
1 parent 1582b4f commit a2b7311
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/azure-vm/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ LT, lib, ... }:
{ LT, ... }:
{
imports = [
../../nixos/server.nix
Expand All @@ -8,8 +8,6 @@

systemd.network.networks.eth0 = LT.cloudLanNetworking "eth0";

services.userborn.enable = lib.mkForce false;

services."route-chain" = {
enable = true;
routes = [ "172.22.76.97/29" ];
Expand Down

0 comments on commit a2b7311

Please sign in to comment.