Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/nix-config#14 2025-12-28 23:18:52 +01:00
I'd love some advice on getting flakes to use private repos

@ryan4yin commented on GitHub (Nov 21, 2023):

The key parameter is --use-remote-sudo https://github.com/ryan4yin/nix-config/blob/main/Makefile#L14

adam commented on issue starred/nix-config#15 2025-12-28 23:18:52 +01:00
Stateless NixOS - tmpfs for /

@ryan4yin commented on GitHub (Dec 1, 2023):

Testing on https://github.com/ryan4yin/nix-config/tree/impermanence

adam commented on issue starred/nix-config#14 2025-12-28 23:18:52 +01:00
I'd love some advice on getting flakes to use private repos

@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…

adam commented on issue starred/nix-config#15 2025-12-28 23:18:52 +01:00
Stateless NixOS - tmpfs for /

@ryan4yin commented on GitHub (Dec 2, 2023):

Implemented 67c62534e8

adam commented on issue starred/nix-config#14 2025-12-28 23:18:52 +01:00
I'd love some advice on getting flakes to use private repos

@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…

adam opened issue starred/nix-config#17 2025-12-28 23:18:52 +01:00
nixos-install error with modules.nix
adam closed issue starred/nix-config#17 2025-12-28 23:18:52 +01:00
nixos-install error with modules.nix
adam opened issue starred/nix-config#16 2025-12-28 23:18:52 +01:00
[Feat] refactoring configuration with options to make it more modular
adam closed issue starred/nix-config#16 2025-12-28 23:18:52 +01:00
[Feat] refactoring configuration with options to make it more modular
adam opened issue starred/nix-config#18 2025-12-28 23:18:52 +01:00
nix package installed by nix-darwin ignore the PATH env passed by the parent process
adam closed issue starred/nix-config#18 2025-12-28 23:18:52 +01:00
nix package installed by nix-darwin ignore the PATH env passed by the parent process
adam commented on issue starred/nix-config#17 2025-12-28 23:18:52 +01:00
nixos-install error with modules.nix

@ryan4yin commented on GitHub (Dec 7, 2023):

Fixed by 6879049fa4

After adding --show-trace option, the error log…

adam commented on issue starred/nix-config#18 2025-12-28 23:18:52 +01:00
nix package installed by nix-darwin ignore the 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…

adam commented on issue starred/nix-config#18 2025-12-28 23:18:52 +01:00
nix package installed by nix-darwin ignore the 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…
adam commented on issue starred/nix-config#18 2025-12-28 23:18:52 +01:00
nix package installed by nix-darwin ignore the 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.
#…
adam opened issue starred/nix-config#14 2025-12-28 23:18:51 +01:00
I'd love some advice on getting flakes to use private repos
adam opened issue starred/nix-config#15 2025-12-28 23:18:51 +01:00
Stateless NixOS - tmpfs for /
adam closed issue starred/nix-config#15 2025-12-28 23:18:51 +01:00
Stateless NixOS - tmpfs for /
adam closed issue starred/nix-config#14 2025-12-28 23:18:51 +01:00
I'd love some advice on getting flakes to use private repos
adam commented on issue starred/nix-config#13 2025-12-28 23:18:51 +01:00
Full disk encryption with TPM and Secure Boot

@ryan4yin commented on GitHub (Dec 2, 2023):

Secure Boot Enabled: 7c61a58808

Secure Boot signed all efi images, and…