remove nixpkgs.hostPlatform from hardware-configuration.nix

master
Alexander Tomokhov 2023-11-18 08:30:09 +04:00
parent 5db7209c31
commit 65a0010c60
2 changed files with 4 additions and 5 deletions

View File

@ -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"
},

View File

@ -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";
}