ops/nixos: remove rebuilder

It's in the common profile, we don't need it everywhere.
This commit is contained in:
Luke Granger-Brown 2022-01-23 16:57:20 +00:00
parent 3eb564f12b
commit 4b14ea5b4d
18 changed files with 18 additions and 25 deletions

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
machineSecrets = secrets.machineSpecific.clouvider-fra01; machineSecrets = secrets.machineSpecific.clouvider-fra01;
@ -126,12 +126,6 @@ in {
my.ip.tailscale = "100.75.142.119"; my.ip.tailscale = "100.75.142.119";
my.coredns.bind = [ "enp1s0" "tailscale0" "127.0.0.1" "::1" ]; my.coredns.bind = [ "enp1s0" "tailscale0" "127.0.0.1" "::1" ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
rebuilder
];
# Define a user account. # Define a user account.
users.mutableUsers = false; users.mutableUsers = false;
users.users = { users.users = {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
machineSecrets = secrets.machineSpecific.clouvider-lon01; machineSecrets = secrets.machineSpecific.clouvider-lon01;

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
machineSecrets = secrets.machineSpecific.etheroute-lon01; machineSecrets = secrets.machineSpecific.etheroute-lon01;

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
machineSecrets = secrets.machineSpecific.frantech-nyc01; machineSecrets = secrets.machineSpecific.frantech-nyc01;

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
nvidia-offload-profile = '' nvidia-offload-profile = ''
@ -127,7 +127,6 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pciutils pciutils
nvidia-offload nvidia-offload
rebuilder
deluge deluge
(writeShellScriptBin "windows" '' (writeShellScriptBin "windows" ''
set -ue set -ue

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
{ depot, lib, pkgs, rebuilder, config, ... }: { depot, lib, pkgs, config, ... }:
let let
inherit (depot.ops) secrets; inherit (depot.ops) secrets;
in { in {