Skip to content

Commit

Permalink
fix: reference for the networkmanager wait-online service
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 8, 2024
1 parent 8d40fa7 commit 9a7fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/mixins/servers/nuc-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
inputs.nixos-hardware.nixosModules.common-gpu-intel
inputs.nixos-hardware.nixosModules.common-pc
inputs.nixos-hardware.nixosModules.common-pc-ssd
../../mixins/hardware/disable-nm-wait.nix
../../mixins/hardware/systemd-boot.nix
];

oxc.services.tailscale.enable = true;
oxc.services.wait-online.enable = true;
oxc.containerisation.enable = true;
oxc.virtualisation.enable = true;

Expand Down

0 comments on commit 9a7fd8c

Please sign in to comment.