diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-30 12:51:13 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-30 12:51:13 -0800 |
| commit | 9406f59708c47172fa8f7778638262e2fe29a2ac (patch) | |
| tree | 51b8756e64cda3d0ff8bafaaedd86924e4670bb1 /machines/mba-personal.nix | |
| parent | split k8s into more chunks (diff) | |
| download | infra-9406f59708c47172fa8f7778638262e2fe29a2ac.tar.gz | |
extract common darwin configurations
Diffstat (limited to 'machines/mba-personal.nix')
| -rw-r--r-- | machines/mba-personal.nix | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/machines/mba-personal.nix b/machines/mba-personal.nix index d606a42..0804043 100644 --- a/machines/mba-personal.nix +++ b/machines/mba-personal.nix @@ -1,8 +1,6 @@ { pkgs, ... }: { - age.secrets = { - ssh-remote-builder.file = ../secrets/ssh-remote-builder.age; - }; + age.secrets.ssh-remote-builder.file = ../secrets/ssh-remote-builder.age; imports = [ ../profiles/darwin.nix @@ -20,17 +18,6 @@ shell = pkgs.fish; }; - environment.shells = [ pkgs.fish ]; - - programs.fish.enable = true; - 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.fcuny = { home.stateVersion = "23.05"; home.username = "fcuny"; |
