From bda77522db17a22afda13c87ff7a258ffa9fb15d Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 2 May 2024 10:49:25 -0500 Subject: [PATCH] Build primary machines' configurations --- nixos/beefcake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index d30f191..c0af721 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -153,7 +153,12 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 systemd.services."build-lytedev-flake" = { script = '' + # build self (main server) configuration nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git --accept-flake-config + # build desktop configuration + nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git#dragon --accept-flake-config + # build main laptop configuration + nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git#foxtrot --accept-flake-config ''; path = with pkgs; [git nixos-rebuild]; serviceConfig = {