diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
commit | 89442ff425e8ea423798666be198b9c529faac99 (patch) | |
tree | 9d3ac317f42d40236c4a3d93503952d19003a1db /flake.nix | |
parent | fb4427c94059c42cce89c2990a2a9310a065c7db (diff) | |
download | nix-89442ff425e8ea423798666be198b9c529faac99.tar nix-89442ff425e8ea423798666be198b9c529faac99.tar.gz nix-89442ff425e8ea423798666be198b9c529faac99.tar.bz2 nix-89442ff425e8ea423798666be198b9c529faac99.tar.lz nix-89442ff425e8ea423798666be198b9c529faac99.tar.xz nix-89442ff425e8ea423798666be198b9c529faac99.tar.zst nix-89442ff425e8ea423798666be198b9c529faac99.zip |
Add GitHub token @kaitain @richese
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,7 @@ home-manager.users.root = import ./home/root/kaitain.nix; home-manager.users.nipsy = import ./home/nipsy/kaitain.nix; } + sops-nix.nixosModules.sops ]; }; @@ -174,6 +175,7 @@ home-manager.users.root = import ./home/root/richese.nix; home-manager.users.nipsy = import ./home/nipsy/richese.nix; } + sops-nix.nixosModules.sops ]; }; |