Compare commits

..

No commits in common. "2e9e92fbdd5b622de1e6e33b8b7654f307be6143" and "337e26a470759a8c9f5789660a923050095204d4" have entirely different histories.

2 changed files with 9 additions and 10 deletions

18
flake.lock generated
View File

@ -156,11 +156,11 @@
]
},
"locked": {
"lastModified": 1719864345,
"narHash": "sha256-e4Pw+30vFAxuvkSTaTypd9zYemB/QlWcH186dsGT+Ms=",
"lastModified": 1719733833,
"narHash": "sha256-6h2EqZU9bL9rHlXE+2LCBgnDImejzbS+4dYsNDDFlkY=",
"owner": "nix-community",
"repo": "disko",
"rev": "544a80a69d6e2da04e4df7ec8210a858de8c7533",
"rev": "d185770ea261fb5cf81aa5ad1791b93a7834d12c",
"type": "github"
},
"original": {
@ -391,11 +391,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1719856074,
"narHash": "sha256-40tpZ6YQJpdZmbZc1R41eD+Ga565Wszewc16uZDDxRk=",
"lastModified": 1719825627,
"narHash": "sha256-yg/wyUimpGITpeyx1SAzoV85dX2XN4WJ5Za0z+offWY=",
"owner": "nixos",
"repo": "nix",
"rev": "b01b60f08ca442bc0cedfe8ada8774f0f5e9b3f9",
"rev": "10c9764c27b881b5d9c85d176388ce9cd9394036",
"type": "github"
},
"original": {
@ -657,11 +657,11 @@
]
},
"locked": {
"lastModified": 1719854822,
"narHash": "sha256-CZ5kWwetSH5mAb+rLOGugmuw8o97tCJ2T3tLOKwyia0=",
"lastModified": 1719818579,
"narHash": "sha256-utEU8E5XVQzGTiyE1oRPj9fcn5xR/renZnF5EF1jTis=",
"owner": "Alexays",
"repo": "Waybar",
"rev": "034760e8b62ccd3901022e9c5172e532f366cb21",
"rev": "99971556178ae504b7ba7ab559952f781925f7da",
"type": "github"
},
"original": {

View File

@ -8,7 +8,6 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ "kvm-intel" ];
kernelParams = [ "audit=1" ];
extraModulePackages = [ ];