aint gonna fuck with this for a while
This commit is contained in:
		 Submodule Packages/scripts updated: 177de3a472...a996a52831
									
								
							@@ -17,8 +17,10 @@
 | 
			
		||||
    mysql = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      package = pkgs.mariadb;
 | 
			
		||||
         };
 | 
			
		||||
       };
 | 
			
		||||
    };
 | 
			
		||||
    openssh.enable = true;
 | 
			
		||||
    logmein-hamachi.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
 # services.picom = {
 | 
			
		||||
 #   enable = true;
 | 
			
		||||
 #   fade = true;
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@
 | 
			
		||||
        useDHCP = true;
 | 
			
		||||
        ipv4.addresses = [ {
 | 
			
		||||
          prefixLength = 24;
 | 
			
		||||
          address = "192.168.0.111";
 | 
			
		||||
          address = "192.168.0.109";
 | 
			
		||||
        } ];
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										7
									
								
								pkgs.nix
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								pkgs.nix
									
									
									
									
									
								
							@@ -45,4 +45,11 @@
 | 
			
		||||
    sxiv
 | 
			
		||||
    mpv
 | 
			
		||||
  ];
 | 
			
		||||
  programs.steam.enable = true;
 | 
			
		||||
  nix = {
 | 
			
		||||
    package = pkgs.nixUnstable;
 | 
			
		||||
    extraOptions = ''
 | 
			
		||||
      experimental-features = nix-command flakes
 | 
			
		||||
    '';
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								stuff.nix
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								stuff.nix
									
									
									
									
									
								
							@@ -28,9 +28,15 @@
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  nix.gc = {
 | 
			
		||||
    automatic = true;
 | 
			
		||||
    automatic = false;
 | 
			
		||||
    dates = "20:15";
 | 
			
		||||
  };
 | 
			
		||||
  nixpkgs.config.allowUnfree = true;
 | 
			
		||||
  programs.fish.enable = true;
 | 
			
		||||
  programs = { 
 | 
			
		||||
    fish.enable = true;
 | 
			
		||||
    dconf.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
  nixpkgs.config.allowBroken = true;
 | 
			
		||||
  nix.extraOptions = ''experimental-features = nix-command flakes ca-references'';
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user