mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-13 18:47:55 +08:00
gr: It works
This commit is contained in:
parent
654a1c9cf5
commit
f6cb690058
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue