Regenerated

This commit is contained in:
2026-04-29 08:00:11 +02:00
parent 64fc569836
commit 8fae55ea64
3 changed files with 393 additions and 384 deletions
+387 -384
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -217,6 +217,7 @@ The Nix flake definition for Droidnix.
flakeRoot = self; flakeRoot = self;
buildUser = "henrov"; buildUser = "henrov";
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix"; repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
mutableConfigPath = "${repoPath}/generated/.config";
in { in {
nixosConfigurations = { nixosConfigurations = {
traveldroid = nixpkgs.lib.nixosSystem { traveldroid = nixpkgs.lib.nixosSystem {
@@ -239,6 +240,7 @@ The Nix flake definition for Droidnix.
zen-browser zen-browser
buildUser buildUser
repoPath repoPath
mutableConfigPath
; ;
}; };
} }
@@ -255,6 +257,7 @@ The Nix flake definition for Droidnix.
zen-browser zen-browser
buildUser buildUser
repoPath repoPath
mutableConfigPath
; ;
}; };
}; };
+3
View File
@@ -37,6 +37,7 @@
flakeRoot = self; flakeRoot = self;
buildUser = "henrov"; buildUser = "henrov";
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix"; repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
mutableConfigPath = "${repoPath}/generated/.config";
in { in {
nixosConfigurations = { nixosConfigurations = {
traveldroid = nixpkgs.lib.nixosSystem { traveldroid = nixpkgs.lib.nixosSystem {
@@ -59,6 +60,7 @@
zen-browser zen-browser
buildUser buildUser
repoPath repoPath
mutableConfigPath
; ;
}; };
} }
@@ -75,6 +77,7 @@
zen-browser zen-browser
buildUser buildUser
repoPath repoPath
mutableConfigPath
; ;
}; };
}; };