mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			636eb2a8e6
			...
			f122625e71
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f122625e71 | |||
| d9c5af566b | |||
| 7d90f5f210 | 
@ -52,10 +52,10 @@ let
 | 
			
		||||
    }) // { inherit materusCfg; };
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
  materusPC = makeSystem { host = "materusPC"; stable = false; };
 | 
			
		||||
  materusPC = makeSystem { host = "materusPC"; stable = true; };
 | 
			
		||||
  flamaster = makeSystem { host = "flamaster"; stable = true; };
 | 
			
		||||
  valkyrie = makeSystem { host = "valkyrie"; stable = true; };
 | 
			
		||||
  waffentrager = makeSystem { host = "waffentrager"; stable = true; arch = "aarch64-linux"; };
 | 
			
		||||
 | 
			
		||||
  Old-materusPC = makeSystem { host = "Old-materusPC"; stable = false; };
 | 
			
		||||
  Old-materusPC = makeSystem { host = "Old-materusPC"; stable = true; };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -108,7 +108,7 @@
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Enable touchpad support (enabled default in most desktopManager).
 | 
			
		||||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
  services.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  users.users.materus = {
 | 
			
		||||
 | 
			
		||||
@ -27,7 +27,7 @@
 | 
			
		||||
      gcc
 | 
			
		||||
      gdb
 | 
			
		||||
      nil
 | 
			
		||||
      nixfmt
 | 
			
		||||
      nixfmt-classic
 | 
			
		||||
      nixpkgs-fmt
 | 
			
		||||
      cmake
 | 
			
		||||
      gnumake
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@
 | 
			
		||||
      gcc
 | 
			
		||||
      gdb
 | 
			
		||||
      nil
 | 
			
		||||
      nixfmt
 | 
			
		||||
      nixfmt-classic
 | 
			
		||||
      nixpkgs-fmt
 | 
			
		||||
      cmake
 | 
			
		||||
      gnumake
 | 
			
		||||
 | 
			
		||||
@ -55,10 +55,7 @@
 | 
			
		||||
 | 
			
		||||
  services.printing.enable = true;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  services.xserver.libinput.enable = true;
 | 
			
		||||
  services.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  virtualisation.waydroid.enable = false;
 | 
			
		||||
  virtualisation.podman = {
 | 
			
		||||
 | 
			
		||||
@ -44,8 +44,10 @@ let
 | 
			
		||||
      systemctl stop windows-share-mount.service
 | 
			
		||||
 | 
			
		||||
      # Make sure nothing renders on gpu to prevent "sysfs: cannot create duplicate filename" after rebinding to amdgpu
 | 
			
		||||
      chmod 0 /dev/dri/renderD128 
 | 
			
		||||
      fuser -k /dev/dri/renderD128
 | 
			
		||||
      chmod 0 /dev/dri/by-path/pci-$VIRSH_GPU_VIDEO-render 
 | 
			
		||||
      chmod 0 /dev/dri/by-path/pci-$VIRSH_GPU_VIDEO-card
 | 
			
		||||
      fuser -k /dev/dri/by-path/pci-$VIRSH_GPU_VIDEO-render
 | 
			
		||||
      pkill Xwayland
 | 
			
		||||
 | 
			
		||||
      # Seems to fix reset bug for 7900 XTX
 | 
			
		||||
      echo "0" > "/sys/bus/pci/devices/''${VIRSH_GPU_VIDEO}/d3cold_allowed"
 | 
			
		||||
 | 
			
		||||
@ -64,7 +64,7 @@
 | 
			
		||||
  # hardware.pulseaudio.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Enable touchpad support (enabled default in most desktopManager).
 | 
			
		||||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
  services.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  users.users.materus = {
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@ -48,7 +48,7 @@
 | 
			
		||||
  nix = {
 | 
			
		||||
    settings = {
 | 
			
		||||
      auto-optimise-store = true;
 | 
			
		||||
      experimental-features = [ "nix-command" "flakes" "repl-flake" "no-url-literals" ];
 | 
			
		||||
      experimental-features = [ "nix-command" "flakes" "no-url-literals" ];
 | 
			
		||||
      trusted-users = [ "root" "@wheel" ];
 | 
			
		||||
      substituters = [
 | 
			
		||||
        "https://nix-community.cachix.org"
 | 
			
		||||
@ -100,7 +100,7 @@
 | 
			
		||||
  # hardware.pulseaudio.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Enable touchpad support (enabled default in most desktopManager).
 | 
			
		||||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
  services.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  # users.users.alice = {
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@ -22,14 +22,12 @@
 | 
			
		||||
      services.nextcloud = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        notify_push.enable = true;
 | 
			
		||||
        package = pkgs.nextcloud28;
 | 
			
		||||
        package = pkgs.nextcloud29;
 | 
			
		||||
        hostName = "waffentrager.materus.pl";
 | 
			
		||||
        home = config.waffentragerService.elements.nextcloudDir;
 | 
			
		||||
        config.adminuser = "master";
 | 
			
		||||
        config.adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
 | 
			
		||||
        config.dbtype = "pgsql";
 | 
			
		||||
        config.defaultPhoneRegion = "PL";
 | 
			
		||||
        config.trustedProxies = [ materusArg.ips.valkyrie materusArg.ips.wireguard.valkyrie materusArg.ips.wireguard.waffentrager ];
 | 
			
		||||
        extraAppsEnable = true;
 | 
			
		||||
        maxUploadSize = "4G";
 | 
			
		||||
        https = true;
 | 
			
		||||
@ -39,10 +37,13 @@
 | 
			
		||||
        appstoreEnable = true;
 | 
			
		||||
        database.createLocally = true;
 | 
			
		||||
        nginx.recommendedHttpHeaders = true;
 | 
			
		||||
        extraApps = with pkgs.nextcloud28Packages.apps; {
 | 
			
		||||
        extraApps = with pkgs.nextcloud29Packages.apps; {
 | 
			
		||||
          inherit notify_push previewgenerator;
 | 
			
		||||
        };
 | 
			
		||||
        extraOptions = {
 | 
			
		||||
        settings = {
 | 
			
		||||
          "profile.enabled" = true;
 | 
			
		||||
          default_phone_region = "PL";
 | 
			
		||||
          trusted_proxies = [ materusArg.ips.valkyrie materusArg.ips.wireguard.valkyrie materusArg.ips.wireguard.waffentrager ];
 | 
			
		||||
          mail_smtpmode = "sendmail";
 | 
			
		||||
          mail_sendmailmode = "pipe";
 | 
			
		||||
          enable_previews = true;
 | 
			
		||||
@ -66,7 +67,6 @@
 | 
			
		||||
          ];
 | 
			
		||||
          "overwrite.cli.url" = "https://${config.services.nextcloud.hostName}";
 | 
			
		||||
        };
 | 
			
		||||
        globalProfiles = true;
 | 
			
		||||
 | 
			
		||||
        phpOptions = {
 | 
			
		||||
          "opcache.memory_consumption" = "512";
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ in
 | 
			
		||||
  };
 | 
			
		||||
  config.nixpkgs.overlays = lib.mkIf cfg.enableOverlays [ materusArg.cfg.configInputs.emacs-overlay.overlay ];
 | 
			
		||||
 | 
			
		||||
  config.nix.package = lib.mkDefault  (if (!materusCfg.stable) then pkgs.nixVersions.${"latest"} else pkgs.nixVersions.stable);
 | 
			
		||||
  config.nix.package = lib.mkDefault  pkgs.nixVersions.latest;
 | 
			
		||||
  config.nix.registry = lib.mkIf config.materus.profile.nix.enableRegistry {
 | 
			
		||||
    nixpkgs-stable = {
 | 
			
		||||
      from = { type = "indirect"; id = "nixpkgs-stable"; };
 | 
			
		||||
 | 
			
		||||
@ -19,7 +19,7 @@ with materusArg.pkgs.lib;
 | 
			
		||||
    nix-prefetch-scripts
 | 
			
		||||
    nix-prefetch-github
 | 
			
		||||
    nix-prefetch-docker
 | 
			
		||||
    nixfmt
 | 
			
		||||
    nixfmt-classic
 | 
			
		||||
    nix-top
 | 
			
		||||
    nix-tree
 | 
			
		||||
    nix-diff
 | 
			
		||||
 | 
			
		||||
@ -71,8 +71,8 @@ in
 | 
			
		||||
 | 
			
		||||
    programs.zsh = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      enableAutosuggestions = true;
 | 
			
		||||
      enableSyntaxHighlighting = true;
 | 
			
		||||
      autosuggestion.enable = true;
 | 
			
		||||
      syntaxHighlighting.enable = true;
 | 
			
		||||
      enableVteIntegration = true;
 | 
			
		||||
      historySubstringSearch.enable = true;
 | 
			
		||||
      historySubstringSearch.searchUpKey = "$key[Up]";
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ in
 | 
			
		||||
  config.nix = lib.mkIf cfg.enable {
 | 
			
		||||
 | 
			
		||||
    settings = {
 | 
			
		||||
      experimental-features = lib.mkMerge [[ "nix-command" "flakes" "no-url-literals" ] (lib.mkIf (materusCfg.stable) ["repl-flake"])];
 | 
			
		||||
      experimental-features = lib.mkMerge [[ "nix-command" "flakes" "no-url-literals" ]];
 | 
			
		||||
      auto-optimise-store = true;
 | 
			
		||||
      trusted-users = [ "root" "@wheel" ];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										214
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										214
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@ -167,11 +167,11 @@
 | 
			
		||||
        "nixpkgs-stable": "nixpkgs-stable"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718390211,
 | 
			
		||||
        "narHash": "sha256-UvqJfD3SHtj3xG9Dc2DVaTlZofkyBJ2wk5WL35iWTgY=",
 | 
			
		||||
        "lastModified": 1718615420,
 | 
			
		||||
        "narHash": "sha256-hW9fRiFp/sMlX9PXj5az9tozcq5CYAYhWDWXrrnrmM4=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "emacs-overlay",
 | 
			
		||||
        "rev": "9be87fae5515892871716818dbdc303d76bb8540",
 | 
			
		||||
        "rev": "292ec2022a1d758d0a91232e524eab5e4a36a219",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -194,11 +194,11 @@
 | 
			
		||||
        "nixpkgs-stable": "nixpkgs-stable_3"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718390211,
 | 
			
		||||
        "narHash": "sha256-UvqJfD3SHtj3xG9Dc2DVaTlZofkyBJ2wk5WL35iWTgY=",
 | 
			
		||||
        "lastModified": 1718615420,
 | 
			
		||||
        "narHash": "sha256-hW9fRiFp/sMlX9PXj5az9tozcq5CYAYhWDWXrrnrmM4=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "emacs-overlay",
 | 
			
		||||
        "rev": "9be87fae5515892871716818dbdc303d76bb8540",
 | 
			
		||||
        "rev": "292ec2022a1d758d0a91232e524eab5e4a36a219",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -337,16 +337,16 @@
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1717476296,
 | 
			
		||||
        "narHash": "sha256-ScHe38Tr+TxGURC17kby4mIIxOG3aJvZWXzPM79UnEk=",
 | 
			
		||||
        "lastModified": 1718530513,
 | 
			
		||||
        "narHash": "sha256-BmO8d0r+BVlwWtMLQEYnwmngqdXIuyFzMwvmTcLMee8=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "home-manager",
 | 
			
		||||
        "rev": "095ef64aa3b2ab4a4f1bf07f29997e21e3a5576a",
 | 
			
		||||
        "rev": "a1fddf0967c33754271761d91a3d921772b30d0e",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "ref": "release-23.11",
 | 
			
		||||
        "ref": "release-24.05",
 | 
			
		||||
        "repo": "home-manager",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
@ -359,11 +359,11 @@
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718243258,
 | 
			
		||||
        "narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=",
 | 
			
		||||
        "lastModified": 1718526747,
 | 
			
		||||
        "narHash": "sha256-sKrD/utGvmtQALvuDj4j0CT3AJXP1idOAq2p+27TpeE=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "home-manager",
 | 
			
		||||
        "rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3",
 | 
			
		||||
        "rev": "0a7ffb28e5df5844d0e8039c9833d7075cdee792",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -378,10 +378,10 @@
 | 
			
		||||
        "nixpkgs": "nixpkgs"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1714515075,
 | 
			
		||||
        "narHash": "sha256-azMK7aWH0eUc3IqU4Fg5rwZdB9WZBvimOGG3piqvtsY=",
 | 
			
		||||
        "path": "/nix/store/iybmik4n9y7n3n32asrsad8b02x9awmd-source",
 | 
			
		||||
        "rev": "6d3b6dc9222c12b951169becdf4b0592ee9576ef",
 | 
			
		||||
        "lastModified": 1716736833,
 | 
			
		||||
        "narHash": "sha256-rNObca6dm7Qs524O4st8VJH6pZ/Xe1gxl+Rx6mcWYo0=",
 | 
			
		||||
        "path": "/nix/store/69xnjv9zg8a0gsyhsn8lp8937wy0a392-source",
 | 
			
		||||
        "rev": "a631666f5ec18271e86a5cde998cba68c33d9ac6",
 | 
			
		||||
        "type": "path"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -445,11 +445,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixos-hardware": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718349360,
 | 
			
		||||
        "narHash": "sha256-SuPne4BMqh9/IkKIAG47Cu5qfmntAaqlHdX1yuFoDO0=",
 | 
			
		||||
        "lastModified": 1718548414,
 | 
			
		||||
        "narHash": "sha256-1obyIuQPR/Kq1j5/i/5EuAfQrDwjYnjCDG8iLtXmBhQ=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixos-hardware",
 | 
			
		||||
        "rev": "ae5c8dcc4d0182d07d75df2dc97112de822cb9d6",
 | 
			
		||||
        "rev": "cde8f7e11f036160b0fd6a9e07dc4c8e4061cf06",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -461,11 +461,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixos-hardware_2": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718349360,
 | 
			
		||||
        "narHash": "sha256-SuPne4BMqh9/IkKIAG47Cu5qfmntAaqlHdX1yuFoDO0=",
 | 
			
		||||
        "lastModified": 1718548414,
 | 
			
		||||
        "narHash": "sha256-1obyIuQPR/Kq1j5/i/5EuAfQrDwjYnjCDG8iLtXmBhQ=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixos-hardware",
 | 
			
		||||
        "rev": "ae5c8dcc4d0182d07d75df2dc97112de822cb9d6",
 | 
			
		||||
        "rev": "cde8f7e11f036160b0fd6a9e07dc4c8e4061cf06",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -477,85 +477,21 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1714076141,
 | 
			
		||||
        "narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=",
 | 
			
		||||
        "lastModified": 1716542732,
 | 
			
		||||
        "narHash": "sha256-0Y9fRr0CUqWT4KgBITmaGwlnNIGMYuydu2L8iLTfHU4=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856",
 | 
			
		||||
        "rev": "d12251ef6e8e6a46e05689eeccd595bdbd3c9e60",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-unstable",
 | 
			
		||||
        "ref": "nixos-24.05",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718060059,
 | 
			
		||||
        "narHash": "sha256-9XKFni8VMXo81RTq9XygCyaO3I/7UKpwIlM/yn0MdcM=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "a3c8d64ba846725f040582b2d3b875466d2115bd",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_2": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1717880976,
 | 
			
		||||
        "narHash": "sha256-BRvSCsKtDUr83NEtbGfHLUOdDK0Cgbezj2PtcHnz+sQ=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "4913a7c3d8b8d00cb9476a6bd730ff57777f740c",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "release-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_3": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718060059,
 | 
			
		||||
        "narHash": "sha256-9XKFni8VMXo81RTq9XygCyaO3I/7UKpwIlM/yn0MdcM=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "a3c8d64ba846725f040582b2d3b875466d2115bd",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_4": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1717880976,
 | 
			
		||||
        "narHash": "sha256-BRvSCsKtDUr83NEtbGfHLUOdDK0Cgbezj2PtcHnz+sQ=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "4913a7c3d8b8d00cb9476a6bd730ff57777f740c",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "release-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_5": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718229064,
 | 
			
		||||
        "narHash": "sha256-ZFav8A9zPNfjZg/wrxh1uZeMJHELRfRgFP+meq01XYk=",
 | 
			
		||||
@ -571,6 +507,70 @@
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_2": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718478900,
 | 
			
		||||
        "narHash": "sha256-v43N1gZLcGkhg3PdcrKUNIZ1L0FBzB2JqhIYEyKAHEs=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "c884223af91820615a6146af1ae1fea25c107005",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "release-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_3": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718229064,
 | 
			
		||||
        "narHash": "sha256-ZFav8A9zPNfjZg/wrxh1uZeMJHELRfRgFP+meq01XYk=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "5c2ec3a5c2ee9909904f860dadc19bc12cd9cc44",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_4": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718478900,
 | 
			
		||||
        "narHash": "sha256-v43N1gZLcGkhg3PdcrKUNIZ1L0FBzB2JqhIYEyKAHEs=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "c884223af91820615a6146af1ae1fea25c107005",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "release-23.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-stable_5": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718437845,
 | 
			
		||||
        "narHash": "sha256-ZT7Oc1g4I4pHVGGjQFnewFVDRLH5cIZhEzODLz9YXeY=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "752c634c09ceb50c45e751f8791cb45cb3d46c9e",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-24.05",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs_2": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718318537,
 | 
			
		||||
@ -602,11 +602,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nur_2": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718391791,
 | 
			
		||||
        "narHash": "sha256-l7Ow+MXGqSYr7WliALyRw+5hOH/kSsuC5qswAXU/PP4=",
 | 
			
		||||
        "lastModified": 1718621143,
 | 
			
		||||
        "narHash": "sha256-TeU1Yun2IocjJiOgpanrgfb9CqZz6DuN6SykOZkxf0Q=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "NUR",
 | 
			
		||||
        "rev": "e2eac9df491c35b114641a3f4d66210953a623c3",
 | 
			
		||||
        "rev": "ef9adc6e4f937a4a010867c5625ec14508338083",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -631,11 +631,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nur_4": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718391791,
 | 
			
		||||
        "narHash": "sha256-l7Ow+MXGqSYr7WliALyRw+5hOH/kSsuC5qswAXU/PP4=",
 | 
			
		||||
        "lastModified": 1718621143,
 | 
			
		||||
        "narHash": "sha256-TeU1Yun2IocjJiOgpanrgfb9CqZz6DuN6SykOZkxf0Q=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "NUR",
 | 
			
		||||
        "rev": "e2eac9df491c35b114641a3f4d66210953a623c3",
 | 
			
		||||
        "rev": "ef9adc6e4f937a4a010867c5625ec14508338083",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -647,10 +647,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nur_5": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1714665582,
 | 
			
		||||
        "narHash": "sha256-4AvWvlif/vjZeUc5oldA1VlLSwZn5GzJYbrW3yt7YH4=",
 | 
			
		||||
        "path": "/nix/store/6nxjh945516m460kidrnjnmlbm6s1rgx-source",
 | 
			
		||||
        "rev": "7182bb77cdf51e1d559a9fe04a204fa96e43ff12",
 | 
			
		||||
        "lastModified": 1717231546,
 | 
			
		||||
        "narHash": "sha256-qFMtR4NJZPgjAs7HXo7JbXrekQrX9QLNW506YKlz9Xs=",
 | 
			
		||||
        "path": "/nix/store/53aq869sffxlrdibzg15csnm73nd9s3x-source",
 | 
			
		||||
        "rev": "0a7d504ca4d14687d8fbdc07a19efba2a58b87f7",
 | 
			
		||||
        "type": "path"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -695,11 +695,11 @@
 | 
			
		||||
        "nixpkgs-stable": "nixpkgs-stable_2"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718137936,
 | 
			
		||||
        "narHash": "sha256-psA+1Q5fPaK6yI3vzlLINNtb6EeXj111zQWnZYyJS9c=",
 | 
			
		||||
        "lastModified": 1718506969,
 | 
			
		||||
        "narHash": "sha256-Pm9I/BMQHbsucdWf6y9G3xBZh3TMlThGo4KBbeoeczg=",
 | 
			
		||||
        "owner": "Mic92",
 | 
			
		||||
        "repo": "sops-nix",
 | 
			
		||||
        "rev": "c279dec105dd53df13a5e57525da97905cc0f0d6",
 | 
			
		||||
        "rev": "797ce4c1f45a85df6dd3d9abdc53f2691bea9251",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -718,11 +718,11 @@
 | 
			
		||||
        "nixpkgs-stable": "nixpkgs-stable_4"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1718137936,
 | 
			
		||||
        "narHash": "sha256-psA+1Q5fPaK6yI3vzlLINNtb6EeXj111zQWnZYyJS9c=",
 | 
			
		||||
        "lastModified": 1718506969,
 | 
			
		||||
        "narHash": "sha256-Pm9I/BMQHbsucdWf6y9G3xBZh3TMlThGo4KBbeoeczg=",
 | 
			
		||||
        "owner": "Mic92",
 | 
			
		||||
        "repo": "sops-nix",
 | 
			
		||||
        "rev": "c279dec105dd53df13a5e57525da97905cc0f0d6",
 | 
			
		||||
        "rev": "797ce4c1f45a85df6dd3d9abdc53f2691bea9251",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
 | 
			
		||||
@ -29,14 +29,14 @@
 | 
			
		||||
      type = "github";
 | 
			
		||||
      owner = "NixOS";
 | 
			
		||||
      repo = "nixpkgs";
 | 
			
		||||
      ref = "nixos-23.11";
 | 
			
		||||
      ref = "nixos-24.05";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    hm-stable = {
 | 
			
		||||
      type = "github";
 | 
			
		||||
      owner = "nix-community";
 | 
			
		||||
      repo = "home-manager";
 | 
			
		||||
      ref = "release-23.11";
 | 
			
		||||
      ref = "release-24.05";
 | 
			
		||||
      inputs.nixpkgs.follows = "nixpkgs-stable";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user