something that builds

This commit is contained in:
2024-10-11 09:57:57 -05:00
parent aabb26b1c5
commit 57732d6d8c
4 changed files with 69 additions and 67 deletions

View File

@@ -45,8 +45,8 @@
core_inputs.home-manager.nixosModules.home-manager
({ lib, ... }: {
sysconfig.${host}.enable = true;
disko.enable = lib.mkForce false;
#sysconfig.${host}.enable = true;
#disko.enable = lib.mkForce false;
})
];