From fa71925c5e7b285c46b30dcd9979db268cdc65a2 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 11 May 2024 15:16:41 +0200 Subject: [PATCH] Update flake inputs --- configuration.nix | 1 + flake.lock | 36 ++++++++++++++++++------------------ machines/lewis.nix | 5 ----- 3 files changed, 19 insertions(+), 23 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5877355..bbe8d71 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,6 +78,7 @@ nfs-utils rsync fio + libva-utils ]; boot = lib.mkIf (! machine.isRaspberryPi) { diff --git a/flake.lock b/flake.lock index a1809e4..88e0f0c 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1707830867, - "narHash": "sha256-PAdwm5QqdlwIqGrfzzvzZubM+FXtilekQ/FA0cI49/o=", + "lastModified": 1715290355, + "narHash": "sha256-2T7CHTqBXJJ3ZC6R/4TXTcKoXWHcvubKNj9SfomURnw=", "owner": "ryantm", "repo": "agenix", - "rev": "8cb01a0e717311680e0cbca06a76cbceba6f3ed6", + "rev": "8d37c5bdeade12b6479c85acd133063ab53187a0", "type": "github" }, "original": { @@ -74,11 +74,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1708091384, - "narHash": "sha256-dTGGw2y8wvfjr+J9CjQbfdulOq72hUG17HXVNxpH1yE=", + "lastModified": 1711973905, + "narHash": "sha256-UFKME/N1pbUtn+2Aqnk+agUt8CekbpuqwzljivfIme8=", "owner": "serokell", "repo": "deploy-rs", - "rev": "0a0187794ac7f7a1e62cda3dabf8dc041f868790", + "rev": "88b3059b020da69cbe16526b8d639bd5e0b51c8b", "type": "github" }, "original": { @@ -94,11 +94,11 @@ ] }, "locked": { - "lastModified": 1710724748, - "narHash": "sha256-aXlifKr6Brg0SBUBgRNEBaZf3JLUeGhM9BX2gam+vvo=", + "lastModified": 1715217706, + "narHash": "sha256-yEB5SEHc+o3WJpUPw455OdLy9A+gffvCJX8DZ7NCkuo=", "owner": "nix-community", "repo": "disko", - "rev": "c09c3a9639690f94ddff44c3dd25c85602e5aeb2", + "rev": "8eb1b315eef89f3bdc5c9814d1b207c6d64f0046", "type": "github" }, "original": { @@ -354,11 +354,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1711242197, - "narHash": "sha256-UWOb8Aj10O8XshwKA6xVivU0wFfQwVNqLERocVXRgUk=", + "lastModified": 1715389346, + "narHash": "sha256-VM9FtrAwUC/mib9wskL/9535VkICGnNqfG24L9FbbDc=", "owner": "farcaller", "repo": "nixhelm", - "rev": "8523ddbdf40f833d3c1421546767513ca57bceea", + "rev": "ff9d5219ce644dd8dec0ed46243df5d78b07bf57", "type": "github" }, "original": { @@ -369,11 +369,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1710783728, - "narHash": "sha256-eIsfu3c9JUBgm3cURSKTXLEI9Dlk1azo+MWKZVqrmkc=", + "lastModified": 1715148395, + "narHash": "sha256-lRxjTxY3103LGMjWdVqntKZHhlmMX12QUjeFrQMmGaE=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "1e679b9a9970780cd5d4dfe755a74a8f96d33388", + "rev": "a4e2b7909fc1bdf30c30ef21d388fde0b5cdde4a", "type": "github" }, "original": { @@ -417,11 +417,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1710695816, - "narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=", + "lastModified": 1715218190, + "narHash": "sha256-R98WOBHkk8wIi103JUVQF3ei3oui4HvoZcz9tYOAwlk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "614b4613980a522ba49f0d194531beddbb7220d3", + "rev": "9a9960b98418f8c385f52de3b09a63f9c561427a", "type": "github" }, "original": { diff --git a/machines/lewis.nix b/machines/lewis.nix index 3adf106..5a036b5 100644 --- a/machines/lewis.nix +++ b/machines/lewis.nix @@ -12,11 +12,6 @@ dataPartition = "/dev/nvme0n1p1"; }; }; - - services.tailscale = { - enable = true; - extraUpFlags = [ "--ssh" ]; - }; }; }; }