downgrade docker on server
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 3s

This commit is contained in:
2025-04-13 13:49:15 +02:00
parent f48ed2c39f
commit 5db19e9bd4
3 changed files with 22 additions and 2 deletions

17
flake.lock generated
View File

@ -74,6 +74,22 @@
"type": "github"
}
},
"pkgs-docker-2750": {
"locked": {
"lastModified": 1737525964,
"narHash": "sha256-3wFonKmNRWKq1himW9N3TllbeGIHFACI5vmLpk6moF8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5757bbb8bd7c0630a0cc4bb19c47e588db30b97c",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5757bbb8bd7c0630a0cc4bb19c47e588db30b97c",
"type": "github"
}
},
"plymouth-theme-ycontre-glow": {
"inputs": {
"nixpkgs": [
@ -100,6 +116,7 @@
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"pkgs-docker-2750": "pkgs-docker-2750",
"plymouth-theme-ycontre-glow": "plymouth-theme-ycontre-glow"
}
}

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2025/03/19 15:48:10 by tomoron ### ########.fr #
# Updated: 2025/04/13 13:35:56 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -30,6 +30,7 @@
url = "git+file:///home/tom/desktop/bordel/ycontre-glow";
inputs.nixpkgs.follows = "nixpkgs";
};
pkgs-docker-2750.url = "github:NixOS/nixpkgs?rev=5757bbb8bd7c0630a0cc4bb19c47e588db30b97c";
};
outputs = { nixpkgs, home-manager, nixos-hardware, ... }@inputs:

View File

@ -25,7 +25,9 @@
nvidia-docker
libnvidia-container
screen
];
] ++ inputs.pkgs-docker-2750.pkgs.docker;
boot.supportedFilesystems = [ "zfs" ];
# services.cron.enable = false;