fix: Use the new external modules format

This commit is contained in:
2025-12-17 15:45:51 -05:00
committed by Hunter Halloran
parent ab5e7568ab
commit af9bb2497e

View File

@@ -42,12 +42,7 @@
enable = true; # Default user, enabled everywhere enable = true; # Default user, enabled everywhere
}; };
hdh20267 = { hdh20267 = {
description = "Hunter Halloran"; external = builtins.fetchGit {
extraGroups = [
"networkmanager"
"wheel"
];
home = builtins.fetchGit {
url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix"; url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix";
rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43"; rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43";
}; };