all repos — nixfiles @ 9a737822ed59e8f72615cb7b01440b36208c3afc

System and user configuration, managed by nix and home-manager

marvin: migrate nix-darwin setup

Alan Pearce
commit

9a737822ed59e8f72615cb7b01440b36208c3afc

parent

98f400e6b59b0ef6fd642df2bf43d179b3be8bea

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M system/marvin.nixsystem/marvin.nix
@@ -20,6 +20,9 @@ enable = true;
projectRoot = "/Users/alan/projects"; }; + system.primaryUser = "alan"; + system.primaryUserHome = "/Users/alan"; + services.caddy = { user = "root"; group = "wheel";
@@ -44,7 +47,6 @@ fish
"/Users/alan/.local/state/nix/profile/bin/fish" ]; - environment.darwinConfig = "/etc/nix-darwin/configuration.nix"; environment.variables.LANG = "en_GB.UTF-8"; launchd.user.envVariables = {