From 8a4dc32cd869ce374c533de475ec8c59149863e6 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 24 Nov 2022 14:42:38 -0600 Subject: [PATCH] feat: updates stuff and disables network manager wait online --- Jenkinsfile | 0 flake.lock | 26 +++++++++++++------------- hosts/maxos/configuration.nix | 2 ++ 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..e69de29 diff --git a/flake.lock b/flake.lock index 83a2825..ea3fe57 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1658924727, - "narHash": "sha256-Fhh9FK9CvuCLxG1WkWJPoendDeXKI4gHYTfezo1n2Zg=", + "lastModified": 1669071065, + "narHash": "sha256-KBpgj3JkvlPsJ3duOZqFJe6tgr+wc75t8sFmgRbBSbw=", "owner": "nix-community", "repo": "home-manager", - "rev": "0e2f7876d2f2ae98a67d89a8bef8c49332aae5af", + "rev": "f7641a3ff398ccce952e19a199d775934e518c1d", "type": "github" }, "original": { @@ -24,11 +24,11 @@ "mysd": { "flake": false, "locked": { - "lastModified": 1656942658, - "narHash": "sha256-XiB/b/2bA13q5jnLJAVQtj8ZdmKmGZRDJtD1R/W1MCQ=", + "lastModified": 1658001332, + "narHash": "sha256-vdXRcbLrrhN6/5t6DGAqZkBEWuWSsHykGHKnapdzvBQ=", "ref": "master", - "rev": "9c9b9bc33894507b69d86e5695e55d5c00af8b10", - "revCount": 5, + "rev": "f479456f77676e83262362e9ff8c59df9349562c", + "revCount": 6, "type": "git", "url": "ssh://git@gitea.deepak.science:2222/deepak/sd.git" }, @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1658974089, - "narHash": "sha256-kFifpQ4B36Ymwu9/5cvHJPsyWcYxK4dOr2VUNhh7Y60=", + "lastModified": 1669320964, + "narHash": "sha256-EBFw+ge12Pcr3qCk8If3/eMBAoQLR7ytndXZoRevUtM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7c7b94f9b078ba1a96fe5ca6708dbae8c3434f2f", + "rev": "27ccd29078f974ddbdd7edc8e38c8c8ae003c877", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "utils": { "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", "type": "github" }, "original": { diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index b630459..883ac6d 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -129,6 +129,8 @@ in # Enable the OpenSSH daemon. # services.openssh.enable = true; + systemd.services.NetworkManager-wait-online.enable = false; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];