From 68ab2f14db17c7a922815d282c288d15ab047ca8 Mon Sep 17 00:00:00 2001 From: krizej Date: Sat, 14 Sep 2024 19:50:47 +0200 Subject: [PATCH] update flake --- flake.lock | 30 +++++++++++++++--------------- modules/system.nix | 1 + 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 22a7011..0a2bf08 100644 --- a/flake.lock +++ b/flake.lock @@ -65,11 +65,11 @@ ] }, "locked": { - "lastModified": 1724435763, - "narHash": "sha256-UNky3lJNGQtUEXT2OY8gMxejakSWPTfWKvpFkpFlAfM=", + "lastModified": 1726308872, + "narHash": "sha256-d4vwO5N4RsLnCY7k5tY9xbdYDWQsY3RDMeUoIa4ms2A=", "owner": "nix-community", "repo": "home-manager", - "rev": "c2cd2a52e02f1dfa1c88f95abeb89298d46023be", + "rev": "6c1a461a444e6ccb3f3e42bb627b510c3a722a57", "type": "github" }, "original": { @@ -80,11 +80,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1724863014, - "narHash": "sha256-hRwyTHJaT8hCq4B6P17ppBQTbPZn0Gqc+fYEKWJpAb4=", + "lastModified": 1725885300, + "narHash": "sha256-5RLEnou1/GJQl+Wd+Bxaj7QY7FFQ9wjnFq1VNEaxTmc=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "c4e1b82a91c7b1b4c74aa39c573ddbf31a49d3e9", + "rev": "166dee4f88a7e3ba1b7a243edb1aca822f00680e", "type": "github" }, "original": { @@ -96,11 +96,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724479785, - "narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=", + "lastModified": 1726062873, + "narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be", + "rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f", "type": "github" }, "original": { @@ -128,11 +128,11 @@ }, "nur": { "locked": { - "lastModified": 1724863915, - "narHash": "sha256-dMVmI1cEdpCmaSszxQT+YQ5qh2OZe2CZh3PiPInu/40=", + "lastModified": 1726321580, + "narHash": "sha256-nJDp7hN8VAkO62b72d4PGEe9tIl9bn1dn8yIkr9FeCU=", "owner": "nix-community", "repo": "NUR", - "rev": "d20415149d0f983296f1d925123b4e212f004682", + "rev": "49761a5e726649905d015b3b41295ea7fe3d0d71", "type": "github" }, "original": { @@ -175,11 +175,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1724864015, - "narHash": "sha256-Qtf5aZVHpsM5HmJow5MS/HccxUrkl2KDGyUAUhaVqBU=", + "lastModified": 1726276349, + "narHash": "sha256-r5/MnJ7WGQZFaTKJQWy7Fbb45wfxbrDYB8TfpoSlgGY=", "owner": "zed-industries", "repo": "zed", - "rev": "c988ff8ed7ef2fd99c2fa51241320f628dfcf72e", + "rev": "e8a2dd92c82f56d01067aa9966eaaf095a7e657c", "type": "github" }, "original": { diff --git a/modules/system.nix b/modules/system.nix index 92eac83..dcdb863 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -33,6 +33,7 @@ in { time.timeZone = "Europe/Warsaw"; hardware.pulseaudio.enable = true; + services.pipewire.enable = false; networking = { nameservers = [ "9.9.9.9" ];