Johan Rong 3 달 전
부모
커밋
c58459499b
5개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 0
      hosts/dellaptop/configuration.nix
  2. 0 2
      hosts/dellaptop/home.nix
  3. 1 0
      hosts/nixstation/configuration.nix
  4. 0 2
      hosts/nixstation/home.nix
  5. 1 1
      nixos/features/system/basic.nix

+ 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
   ];