Skip to content

Commit

Permalink
Add bmg to build3
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Rautiola <[email protected]>
  • Loading branch information
joinemm committed Jan 26, 2024
1 parent b2765e6 commit 7e62b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/ficolobuild/build3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
(with self.nixosModules; [
user-themisto
user-barna
user-bmg
])
./builder.nix
];
Expand All @@ -20,6 +21,6 @@

# Trust Themisto Hydra user
nix.settings = {
trusted-users = ["root" "themisto" "barna"];
trusted-users = ["root" "themisto" "barna" "bmg"];
};
}

0 comments on commit 7e62b88

Please sign in to comment.