diff --git a/flake.lock b/flake.lock index b4f6f63..d096404 100644 --- a/flake.lock +++ b/flake.lock @@ -165,11 +165,11 @@ "selfprivacy-api": "selfprivacy-api" }, "locked": { - "lastModified": 1700275150, - "narHash": "sha256-rKJOjmWHWImhEc0kj2ypJ2aAvbz17OH3mR6qJP3WAT8=", + "lastModified": 1700281684, + "narHash": "sha256-32eu6i3AeZHM/Ztaa+6wywpFwWA4lbrU+D1uniy61Io=", "ref": "flakes", - "rev": "43abd2ca45a0de3d9122a55dda71ae745d642319", - "revCount": 143, + "rev": "65e58666fd3018a16f275f1afea0a4a2441c4f34", + "revCount": 144, "type": "git", "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git" }, diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 2921667..73ba28a 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -4,5 +4,4 @@ boot.loader.grub.device = "/dev/sda"; boot.initrd.kernelModules = [ "nvme" ]; fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }