mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
setup remote building for both laptops
This commit is contained in:
parent
76fe743021
commit
e1a7947411
6 changed files with 86 additions and 21 deletions
|
|
@ -4,6 +4,7 @@ inputs: {
|
|||
...
|
||||
}: {
|
||||
localModules = {
|
||||
remoteBuild.isBuilder = true;
|
||||
X11Programs = {
|
||||
sxhkd.enable = true;
|
||||
};
|
||||
|
|
@ -38,6 +39,7 @@ inputs: {
|
|||
nixpkgs.overlays = [
|
||||
inputs.nvim-flake.overlays.default
|
||||
];
|
||||
nix.settings.system-features = ["kvm" "big-parallel" "nixos-test" "benchmark"];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.bitwarden #store stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue