This commit is contained in:
Christoph Schmatzler
2025-08-14 08:05:27 +02:00
parent 9218a5b47a
commit 7b2b4c5317
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
result result
.stfolder

View File

@@ -35,6 +35,13 @@ in {
"chidi" = {id = "N7W6SUT-QO6J4BE-T3Y65SM-OFGYGNV-TGYBJPX-JVN4Z72-AENZ247-KWXOQA6";}; "chidi" = {id = "N7W6SUT-QO6J4BE-T3Y65SM-OFGYGNV-TGYBJPX-JVN4Z72-AENZ247-KWXOQA6";};
}; };
folders = {
"nixos-config" = {
path = "${platformConfig.homeDir}/nixos-config";
devices = ["tahani" "jason" "chidi"];
};
};
options.globalAnnounceEnabled = false; options.globalAnnounceEnabled = false;
}; };
}; };