@ryan4yin commented on GitHub (Nov 21, 2023):
The key parameter is --use-remote-sudo
https://github.com/ryan4yin/nix-config/blob/main/Makefile#L14
/
@ryan4yin commented on GitHub (Dec 1, 2023):
Testing on https://github.com/ryan4yin/nix-config/tree/impermanence
@zdcthomas commented on GitHub (Nov 21, 2023):
That did it! thanks so much!
Does that mean that there's an extra step when setting up a new machine? I'd assume you have to auth with github…
@ryan4yin commented on GitHub (Nov 29, 2023):
That did it! thanks so much!
Does that mean that there's an extra step when setting up a new machine? I'd assume you have to auth with…
options to make it more modular
options to make it more modular
PATH env passed by the parent process
PATH env passed by the parent process
@ryan4yin commented on GitHub (Dec 7, 2023):
Fixed by 6879049fa4
After adding --show-trace option, the error log…
PATH env passed by the parent process
@ryan4yin commented on GitHub (Dec 7, 2023):
Tried to make a shell wrapper with the expected PATH, but useless:
https://github.com/ryan4yin/nix-config/commit/087d38487ca5307c3afd14ca699768e68…
PATH env passed by the parent process
@ryan4yin commented on GitHub (Dec 7, 2023):
Bash
Several config files used by Bash:
/etc/profile: A global configuration file that applies to all users. This file is read for login…
PATH env passed by the parent process
@ryan4yin commented on GitHub (Dec 7, 2023):
Zsh
It has the same problem as bash:
/etc/zshenv:
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
#…
@ryan4yin commented on GitHub (Dec 2, 2023):
Secure Boot Enabled: 7c61a58808
Secure Boot signed all efi images, and…