Skip to content

Commit

Permalink
Picade stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Dec 11, 2023
1 parent 9a74a32 commit d297637
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
16 changes: 13 additions & 3 deletions .config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,20 @@ in {
services.gpg-agent.enable = true;

services.unison = {
enable = !isMaster;
enable = true;

# https://github.com/nix-community/home-manager/issues/2662
pairs = {
pairs = if isMaster then {
# picade = {
# roots = [
# "/home/pippijn/code/picade/home/pi"
# "ssh://pi@10.100.0.100"
# "ssh://pi@10.100.0.101"
# "ssh://pi@10.100.0.102"
# "ssh://pi@10.100.0.103"
# "ssh://pi@10.100.0.104"
# ];
# };
} else {
home = {
roots = [ "/home/pippijn" "ssh://amun" ];

Expand Down
1 change: 1 addition & 0 deletions code/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/picade
Loading

0 comments on commit d297637

Please sign in to comment.