Johan Rong 3 месяцев назад
Родитель
Сommit
c58459499b

+ 1 - 0
hosts/dellaptop/configuration.nix

@@ -18,6 +18,7 @@ in
   ];
 
   nixpkgs.config.allowUnfree = true;
+  hardware.enableAllFirmware = true;
 
   nix.settings.experimental-features = [ "nix-command" "flakes" ];
 

+ 0 - 2
hosts/dellaptop/home.nix

@@ -11,8 +11,6 @@ in
 
   news.display = "silent";
 
-  #nixpkgs.config.allowUnfree = true;
-
   home = {
     username = users.default;
     homeDirectory = "/home/${users.default}";

+ 1 - 0
hosts/nixstation/configuration.nix

@@ -19,6 +19,7 @@ in
   ];
 
   nixpkgs.config.allowUnfree = true;
+  hardware.enableAllFirmware = true;
 
   nix.settings.experimental-features = [ "nix-command" "flakes" ];
 

+ 0 - 2
hosts/nixstation/home.nix

@@ -11,8 +11,6 @@ in
 
   news.display = "silent";
 
-  #nixpkgs.config.allowUnfree = true;
-
   home = {
     username = users.default;
     homeDirectory = "/home/${users.default}";

+ 1 - 1
nixos/features/system/basic.nix

@@ -30,7 +30,7 @@
     ffmpeg_7-full
     libGL
     discord
-    protonvpn-gui
+    proton-vpn
     wireguard-tools
   ];