newer kernel
This commit is contained in:
parent
33b153b7f1
commit
1d57dd5bc2
3 changed files with 4 additions and 14 deletions
|
@ -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'.
|
||||
|
||||
```
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue