mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
pmbootstrap
This commit is contained in:
parent
d24665af19
commit
730c952c6a
@ -38,6 +38,7 @@
|
||||
#../../modules/digikam-rawtherapee.nix
|
||||
#../../modules/ghostwriter.nix
|
||||
#../../modules/android.nix
|
||||
#../../modules/pmbootstrap.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
#../../modules/docker-pushrm.nix
|
||||
|
@ -37,6 +37,7 @@
|
||||
#../../modules/digikam-rawtherapee.nix
|
||||
../../modules/ghostwriter.nix
|
||||
#../../modules/android.nix
|
||||
#../../modules/pmbootstrap.nix
|
||||
#../../modules/podman.nix
|
||||
#../../modules/docker.nix
|
||||
#../../modules/docker-pushrm.nix
|
||||
|
@ -37,6 +37,7 @@
|
||||
../../modules/digikam-rawtherapee.nix
|
||||
../../modules/ghostwriter.nix
|
||||
../../modules/android.nix
|
||||
../../modules/pmbootstrap.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
../../modules/docker-pushrm.nix
|
||||
|
@ -38,6 +38,7 @@
|
||||
#../../modules/digikam-rawtherapee.nix
|
||||
#../../modules/ghostwriter.nix
|
||||
#../../modules/android.nix
|
||||
#../../modules/pmbootstrap.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
#../../modules/docker-pushrm.nix
|
||||
|
@ -2,12 +2,15 @@
|
||||
{
|
||||
users.users.yoda = {
|
||||
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.
|
||||
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:
|
||||
# sudo iptables -nL
|
||||
# #=> Chain nixos-fw (1 references)
|
||||
|
Loading…
Reference in New Issue
Block a user