From 6d109a9f958a00a4f3fc537d213067e5777ab120 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 21 Jun 2026 22:53:05 -0500 Subject: backup server config and gnome profile. fix bootloader for grub --- archetypes/profiles/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'archetypes/profiles/default.nix') diff --git a/archetypes/profiles/default.nix b/archetypes/profiles/default.nix index ef5d87b..1664484 100644 --- a/archetypes/profiles/default.nix +++ b/archetypes/profiles/default.nix @@ -1,10 +1,11 @@ { imports = [ - ./btrfs - ./cuda - ./desktop - ./headless - ./pi - ./zfs + ./gnome # 700 + ./cuda # 800 + ./zfs # 810 + ./btrfs # 820 + ./pi # 900 + ./headless # 910 + ./desktop # 920 ]; } -- cgit v1.2.3