initial gpg setup

This commit is contained in:
Noah Masur
2022-05-09 22:55:10 -04:00
parent cc974cb013
commit 852385ef4d
3 changed files with 19 additions and 0 deletions

View File

@ -39,6 +39,9 @@
in {
# Define my systems
# You can load it from an empty system with:
# nix-shell -p nixFlakes
# sudo nixos-rebuild switch --flake github:nmasur/dotfiles#desktop
nixosConfigurations = {
desktop =
import ./hosts/desktop { inherit nixpkgs home-manager nur globals; };