Skip to content

Commit

Permalink
fix: damogran networkManager
Browse files Browse the repository at this point in the history
  • Loading branch information
voobscout committed Sep 2, 2024
1 parent 4bcff7a commit 8fc53a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-damogran-sdimage.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
build_shell:
build_damogran:
runs-on: self-hosted
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion cells/nixos/hosts/damogran/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rec {
{
systemd.network.networks.local-eth.matchConfig.Name = "end0";
networking.wireless.enable = false;
networking.networkmanager.enable = true;
networking.networkmanager.enable = false;
# environment.systemPackages = with pkgs; [ ventoy-full ];
})

Expand Down
1 change: 1 addition & 0 deletions cells/nixos/nixosProfiles/networking/networkd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mkMerge [

systemd.network = {
enable = true;
# wait-online.enable = true;
wait-online.anyInterface = config.networking.useNetworkd;

networks.local-eth = {
Expand Down
2 changes: 1 addition & 1 deletion cells/repo/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ in
on.push = null;
on.workflow_dispatch = null;
jobs = {
build_shell = {
build_damogran = {
runs-on = "self-hosted";
steps = common_steps ++ [
{
Expand Down

0 comments on commit 8fc53a2

Please sign in to comment.