newer kernel

This commit is contained in:
Tootbrute 2025-05-21 20:27:26 +08:00
parent 33b153b7f1
commit 1d57dd5bc2
3 changed files with 4 additions and 14 deletions

View file

@ -82,11 +82,3 @@ bash: /etc/profiles/per-user/elias/bin/starship: No such file or directory
[tootbrute@greynix:~]$
```
- Other rando errors
```
error: filesystem error: cannot create symlink: Permission denied [/nix/store/nxmaliyg00gk2bnfhqd6gx12yyf94fp4-nixos-system-greynix-24.11.717984.ba8b70ee098b] [/nix/var/nix/profiles/system-11-link.tmp-8624-33704184]
building Nix...
building the system configuration...
evaluation warning: The option `services.xserver.displayManager.autoLogin' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.autoLogin'.
```

View file

@ -13,10 +13,9 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
# trying to make microphone work
boot.extraModprobeConfig = ''
options snd slots=snd-hda-intel
'';
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_14;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/67519a81-c750-4cab-9e25-1f709b0b90de";

View file

@ -1,2 +1 @@
nixos-rebuild switch -I nixos-config=/home/elias/nixos-greynix/configuration.nix
sudo nixos-rebuild switch
sudo nixos-rebuild switch -I nixos-config=/home/elias/nixos-greynix/configuration.nix