Regenerated
This commit is contained in:
+6
-5
@@ -33,15 +33,16 @@
|
||||
in rec {
|
||||
# Direct NixOS configuration for traveldroid
|
||||
nixosConfigurations = {
|
||||
traveldroid = {
|
||||
# Core packages and modules
|
||||
pkgs = pkgs;
|
||||
traveldroid = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
|
||||
modules = [
|
||||
./hosts/traveldroid.nix
|
||||
];
|
||||
|
||||
# Pass flakeRoot to modules for reference
|
||||
extraArgs = { inherit flakeRoot; };
|
||||
specialArgs = {
|
||||
inherit flakeRoot;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user