gr: It works

This commit is contained in:
Sridhar Ratnakumar 2024-03-26 13:45:03 -04:00
parent 654a1c9cf5
commit f6cb690058

View file

@ -1,4 +1,8 @@
# TODO: WIP
# - [x] Intial config
# - [ ] Colmena deploy, with keys from 1Password.
# - [ ] Github Runners
# - [ ] Distributed builder to host (macOS)
{ flake, pkgs, lib, ... }:
let
@ -24,7 +28,5 @@ in
efi.canTouchEfiVariables = true;
};
};
services.openssh.enable = true;
}