mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
feat: remove nur & devenv feat: adjust the structure to make it suitable for servers feat: add iso/proxmox generators and add docs about it feat: update ryan's openssh keys & add hashedPassword feat: add proxmox's nodes into ssh_config, with alias
9 lines
109 B
Nix
9 lines
109 B
Nix
# My MacBook Pro - Computer for Business
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../modules/darwin/core.nix
|
|
];
|
|
}
|