Skip to content

Commit

Permalink
Use latest kernel + add back steam
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 30, 2024
1 parent b378c39 commit e13788f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
nixosConfigurations = {
Sigmachine = mk-system "Sigmachine" (with nhw-mod; [
common-pc-laptop
common-cpu-intel
common-pc-ssd
]);

Bacon = mk-system "Bacon" (with nhw-mod; [
Expand Down
3 changes: 3 additions & 0 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
consoleLogLevel = 0;
initrd.verbose = false;

kernelPackages = pkgs.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;
grub = {
Expand Down Expand Up @@ -95,6 +96,8 @@
enable = true;
libraries = [ pkgs.glibc ];
};

steam.enable = true;
};

security.rtkit.enable = true;
Expand Down

0 comments on commit e13788f

Please sign in to comment.