Skip to content

Commit

Permalink
FMO-52: Systemd.networkd and NetworkManager are not able to work toge…
Browse files Browse the repository at this point in the history
…ther

* For netwm we need to disable systemd.networkd dhcp to keep that manageable only with NetworkManager

Signed-off-by: Ivan Kuznetsov <jsvapiav@gmail.com>
  • Loading branch information
jsvapiav committed Sep 19, 2024
1 parent 805adc8 commit 8c9b919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hardware/fmo-os-rugged-laptop-7330.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
{
users.users."ghaf".extraGroups = ["networkmanager"];
networking = {
useDHCP = false;
nat = {
enable = true;
internalIPs = [ "192.168.101.0/24" ];
Expand Down
1 change: 1 addition & 0 deletions hardware/fmo-os-rugged-tablet-7230.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
{
users.users."ghaf".extraGroups = ["networkmanager"];
networking = {
useDHCP = false;
nat = {
enable = true;
internalIPs = [ "192.168.101.0/24" ];
Expand Down

0 comments on commit 8c9b919

Please sign in to comment.