diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-24 09:02:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-24 09:02:29 -0700 |
| commit | e55b8ee0f7073b46fb343a97ee744a95ec40d2ed (patch) | |
| tree | 329c992647f1c420cbf87cec4cca206474f98b39 /machines/darwin/aarch64-darwin/HQ-KWNY2VH41P | |
| parent | move a few more things back as profiles (diff) | |
| download | infra-e55b8ee0f7073b46fb343a97ee744a95ec40d2ed.tar.gz | |
simplify hosts management
Diffstat (limited to 'machines/darwin/aarch64-darwin/HQ-KWNY2VH41P')
| -rw-r--r-- | machines/darwin/aarch64-darwin/HQ-KWNY2VH41P/default.nix | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P/default.nix b/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P/default.nix deleted file mode 100644 index 2935834..0000000 --- a/machines/darwin/aarch64-darwin/HQ-KWNY2VH41P/default.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ - adminUser, - pkgs, - ... -}: -{ - imports = [ - ../../../../profiles/darwin.nix - ]; - - users = { - users.${adminUser.name} = { - home = "/Users/${adminUser.name}"; - }; - }; - - environment.shells = [ pkgs.fish ]; - - programs.fish.shellInit = '' - # Nix - if test -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish' - source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish' - end - # End Nix - ''; - - home-manager.users.${adminUser.name} = { - home.stateVersion = "23.05"; - home.username = "${adminUser.name}"; - home.homeDirectory = "/Users/${adminUser.name}"; - imports = [ - ../../../../home/profiles/mac.nix - ../../../../home/profiles/work.nix - ]; - inherit (adminUser) userinfo; - }; -} |
