diff --git a/Makefile b/Makefile index bf7d686..08648b8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ options = --option eval-cache false flake = . .PHONY: boot -boot: check verify +boot: check nixos-rebuild boot $(options) --flake $(flake) .PHONY: reboot diff --git a/module/RemoteBuild.nix b/module/RemoteBuild.nix index a3d7790..cff868c 100644 --- a/module/RemoteBuild.nix +++ b/module/RemoteBuild.nix @@ -1,6 +1,5 @@ { config, pkgs, ... }: { # NOTE: Requires key to be present in secret.ssh.builderKeys. - # Also the secret key should be located at the path: /root/.ssh/id_ed25519 (as defined in ssh config). nix.buildMachines = [{ hostName = "nixbuilder"; protocol = "ssh-ng"; diff --git a/module/common/ssh/default.nix b/module/common/ssh/default.nix index 1e92f80..58590cc 100644 --- a/module/common/ssh/default.nix +++ b/module/common/ssh/default.nix @@ -29,7 +29,6 @@ HostName 192.168.1.2 User nixbuilder StrictHostKeyChecking=accept-new - IdentityFile /root/.ssh/id_ed25519 Port 22143 Host laptop diff --git a/user/common/keyd/module/DRG.nix b/user/common/keyd/module/DRG.nix index b0dffb3..083b897 100644 --- a/user/common/keyd/module/DRG.nix +++ b/user/common/keyd/module/DRG.nix @@ -1,7 +1,6 @@ { ... }: { text = '' [steam-app-548430] - space = macro(space leftcontrol) alt.w = macro(enter 10ms r enter) alt.a = macro(enter 10ms N o enter) alt.s = macro(enter 10ms W a i t enter)