This commit is contained in:
Jakub Kropáček 2025-03-17 14:36:29 +01:00
parent 36c47cf228
commit 76eeae4de7
2 changed files with 18 additions and 10 deletions

View file

@ -32,11 +32,11 @@
]
},
"locked": {
"lastModified": 1741676798,
"narHash": "sha256-B7mJSls1nXiE6sNssYhQjP5DA0pzWt51SKjdT2v7EIE=",
"lastModified": 1741786315,
"narHash": "sha256-VT65AE2syHVj6v/DGB496bqBnu1PXrrzwlw07/Zpllc=",
"owner": "nix-community",
"repo": "disko",
"rev": "8d6dd03a1cfc1783407e4f738166cab015621d21",
"rev": "0d8c6ad4a43906d14abd5c60e0ffe7b587b213de",
"type": "github"
},
"original": {
@ -52,11 +52,11 @@
]
},
"locked": {
"lastModified": 1741635347,
"narHash": "sha256-2aYfV44h18alHXopyfL4D9GsnpE5XlSVkp4MGe586VU=",
"lastModified": 1741791118,
"narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7fb8678716c158642ac42f9ff7a18c0800fea551",
"rev": "18780912345970e5b546b1b085385789b6935a83",
"type": "github"
},
"original": {
@ -82,11 +82,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1741325094,
"narHash": "sha256-RUAdT8dZ6k/486vnu3tiNRrNW6+Q8uSD2Mq7gTX4jlo=",
"lastModified": 1741792691,
"narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "b48cc4dab0f9711af296fc367b6108cf7b8ccb16",
"rev": "e1f12151258b12c567f456d8248e4694e9390613",
"type": "github"
},
"original": {

View file

@ -16,8 +16,16 @@
enable32Bit = true;
};
boot = {
kernelParams = [ "quiet" ];
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_6_11;
plymouth = {
enable = true;
};
};
zramSwap.enable = true;
boot.kernelPackages = pkgs.linuxPackages_6_11;
networking.hostName = "lenar";
services.power-profiles-daemon.enable = false;