Rename system to hosts

This commit is contained in:
2022-12-30 23:18:48 +00:00
parent ef86a39373
commit 60bf26badd
3 changed files with 6 additions and 4 deletions

View File

@ -15,13 +15,13 @@
system = "x86_64-linux";
modules = [
./system/configuration.nix
./hosts/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.useUserPackages = true;
home-manager.users.jordan = import ./users/jordan/home.nix;
}
];
}
];
};
};
};