pmbootstrap

This commit is contained in:
Daniel Langbein 2023-10-29 17:53:14 +01:00
parent d24665af19
commit 730c952c6a
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
5 changed files with 9 additions and 2 deletions

View File

@ -38,6 +38,7 @@
#../../modules/digikam-rawtherapee.nix #../../modules/digikam-rawtherapee.nix
#../../modules/ghostwriter.nix #../../modules/ghostwriter.nix
#../../modules/android.nix #../../modules/android.nix
#../../modules/pmbootstrap.nix
#../../modules/podman.nix #../../modules/podman.nix
../../modules/docker.nix ../../modules/docker.nix
#../../modules/docker-pushrm.nix #../../modules/docker-pushrm.nix

View File

@ -37,6 +37,7 @@
#../../modules/digikam-rawtherapee.nix #../../modules/digikam-rawtherapee.nix
../../modules/ghostwriter.nix ../../modules/ghostwriter.nix
#../../modules/android.nix #../../modules/android.nix
#../../modules/pmbootstrap.nix
#../../modules/podman.nix #../../modules/podman.nix
#../../modules/docker.nix #../../modules/docker.nix
#../../modules/docker-pushrm.nix #../../modules/docker-pushrm.nix

View File

@ -37,6 +37,7 @@
../../modules/digikam-rawtherapee.nix ../../modules/digikam-rawtherapee.nix
../../modules/ghostwriter.nix ../../modules/ghostwriter.nix
../../modules/android.nix ../../modules/android.nix
../../modules/pmbootstrap.nix
#../../modules/podman.nix #../../modules/podman.nix
../../modules/docker.nix ../../modules/docker.nix
../../modules/docker-pushrm.nix ../../modules/docker-pushrm.nix

View File

@ -38,6 +38,7 @@
#../../modules/digikam-rawtherapee.nix #../../modules/digikam-rawtherapee.nix
#../../modules/ghostwriter.nix #../../modules/ghostwriter.nix
#../../modules/android.nix #../../modules/android.nix
#../../modules/pmbootstrap.nix
#../../modules/podman.nix #../../modules/podman.nix
../../modules/docker.nix ../../modules/docker.nix
#../../modules/docker-pushrm.nix #../../modules/docker-pushrm.nix

View File

@ -2,12 +2,15 @@
{ {
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [
pmbootstrap # As I got the error below, I switched to the unstable version:
# You are using pmbootstrap version 1.50.1, but version 1.53.0 is required.
# Please update your pmbootstrap version (with your distribution's package manager).
unstable.pmbootstrap
]; ];
}; };
# For netboot, port 9999 has to be opened. # For netboot, port 9999 has to be opened.
networking.firewall.allowedTCPPorts = [ 9999 ]; #networking.firewall.allowedTCPPorts = [ 9999 ];
# Sadly, the tool does not detect the phone. Not sure why. I double checked that port 9999 is open: # Sadly, the tool does not detect the phone. Not sure why. I double checked that port 9999 is open:
# sudo iptables -nL # sudo iptables -nL
# #=> Chain nixos-fw (1 references) # #=> Chain nixos-fw (1 references)