Update linux version

This commit is contained in:
Kiana Sheibani 2022-01-25 20:28:37 -05:00
parent d712da4415
commit 2242a34fa1
3 changed files with 16 additions and 15 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1641937533, "lastModified": 1643151280,
"narHash": "sha256-IJbR1nNV6v/ruWv9iUFi9/qa8tFLmMhbVjzvhSWCWJY=", "narHash": "sha256-sVlOWjDm+QU9vIjY+awfOwB5T/Sl8R+LkP9sNXhVCw4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d07df8d9a80a4a34ea881bee7860ae437c5d44a5", "rev": "990ca662c4b92636053ea399f5fb80702830522c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,26 +23,26 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1641965797, "lastModified": 1643158813,
"narHash": "sha256-AfxfIzAZbt9aAzpVBn0Bwhd/M4Wix7G91kEjm9H6FPo=", "narHash": "sha256-SeNfG3rywxQ9douqQRhtqiQLTfnGlDUL4euOZEmr/04=",
"owner": "NixOS", "owner": "kiana-S",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "87a35a0d58f546dc23f37b4f6af575d0e4be6a7a", "rev": "ac37abec896d687a7f1e837d674e53a229b89a1e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "kiana-S",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1641710811, "lastModified": 1643080866,
"narHash": "sha256-yVJ+CtwWZY8BnkNIJ/ue5a28yrRM6CkDF1LvmGmqqwM=", "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0ecf7d414811f831060cf55707c374d54fbb1dec", "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -53,11 +53,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1641956577, "lastModified": 1643152190,
"narHash": "sha256-z0hbMCS1flDYRgV2PM7Qw+7T9/yvk9UCvnu08iPsai8=", "narHash": "sha256-2T8OMbDE2XHKoAFjMJzU281PTWdorCrSEGqD68vWhME=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "8b2b192ec91fd3b05cc509985197823530fe1f6f", "rev": "e12da573df496aa1f10e6bae61abc60d749d685e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,7 +5,7 @@ inputs = rec {
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:kiana-S/nixos-hardware";
home-manager.url = "github:nix-community/home-manager/master"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -9,6 +9,7 @@ in {
boot.loader.grub.useOSProber = true; boot.loader.grub.useOSProber = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;
# Passwords # Passwords
users.users.kiana = { inherit hashedPassword; }; users.users.kiana = { inherit hashedPassword; };