diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-09 08:28:01 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-09 08:28:01 -0800 |
| commit | 0998d8294e21cd8bdc6ac94525df0aae51bb4b0d (patch) | |
| tree | 06c34041e7fb2f474e046dbb5deec3f23f82f0af /nix/machines/macbook-pro-intel.nix | |
| parent | set hostname and correct ssh key (diff) | |
| download | infra-0998d8294e21cd8bdc6ac94525df0aae51bb4b0d.tar.gz | |
move each machine into a directory
it will be easier to break down some configs.
Diffstat (limited to 'nix/machines/macbook-pro-intel.nix')
| -rw-r--r-- | nix/machines/macbook-pro-intel.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/machines/macbook-pro-intel.nix b/nix/machines/macbook-pro-intel.nix deleted file mode 100644 index 07b464e..0000000 --- a/nix/machines/macbook-pro-intel.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs, ... }: { - imports = [ ./darwin-shared.nix ]; - - system.stateVersion = 5; - - programs.fish.enable = true; - environment.shells = [ pkgs.fish ]; -} |
