Regenerated

This commit is contained in:
2026-04-29 07:50:04 +02:00
parent 9468f2653b
commit 98a7800c37
3 changed files with 384 additions and 387 deletions
+384 -385
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -217,7 +217,6 @@ 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";
flakeRoot = "${repoPath}/generated/.config";
in { in {
nixosConfigurations = { nixosConfigurations = {
traveldroid = nixpkgs.lib.nixosSystem { traveldroid = nixpkgs.lib.nixosSystem {
-1
View File
@@ -37,7 +37,6 @@
flakeRoot = self; flakeRoot = self;
buildUser = "henrov"; buildUser = "henrov";
repoPath = "/home/${buildUser}/Repos/nixos/Droidnix"; repoPath = "/home/${buildUser}/Repos/nixos/Droidnix";
flakeRoot = "${repoPath}/generated/.config";
in { in {
nixosConfigurations = { nixosConfigurations = {
traveldroid = nixpkgs.lib.nixosSystem { traveldroid = nixpkgs.lib.nixosSystem {