marvin: migrate nix-darwin setup
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M system/marvin.nix → system/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 = {