Compare commits
2 commits
f76b55e788
...
e29c5a45d3
Author | SHA1 | Date | |
---|---|---|---|
e29c5a45d3 | |||
3d050cbbfc |
2 changed files with 7 additions and 1 deletions
|
@ -41,12 +41,14 @@
|
|||
"caffeine"
|
||||
"firefox"
|
||||
"istat-menus"
|
||||
"jetbrains-toolbox"
|
||||
"little-snitch"
|
||||
"maccy"
|
||||
"ollama"
|
||||
"protonmail-bridge"
|
||||
"signal"
|
||||
"steam"
|
||||
"syncthing"
|
||||
"tailscale"
|
||||
"teamviewer"
|
||||
"utm"
|
||||
|
@ -67,6 +69,7 @@
|
|||
imports = [
|
||||
../../home-manager/programs/kitty.nix
|
||||
];
|
||||
home.sessionPath = ["$HOME/bin"];
|
||||
home.packages = with pkgs; [];
|
||||
programs = {
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
system,
|
||||
...
|
||||
}: let
|
||||
workstations = ["skinnyv" "foryog" "thinky"];
|
||||
workstations = ["airy" "skinnyv" "foryog" "thinky"];
|
||||
workstations_plus_phone = ["OnePlus9"] ++ workstations;
|
||||
in {
|
||||
services.syncthing = {
|
||||
|
@ -19,6 +19,9 @@ in {
|
|||
overrideFolders = false;
|
||||
settings = {
|
||||
devices = {
|
||||
"airy" = {
|
||||
id = "5IL6UQ5-VFJNVHY-EPTVAXB-IRAEX3B-QYFFD2A-PBWOMFB-UC5AYME-OQJVOAI";
|
||||
}
|
||||
"bolty" = {
|
||||
id = "RWRDHMX-6XVZDIP-7A36KBY-SIOAGHJ-RDQALMZ-VX5KY4J-4CNNNWH-HIAZHQL";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue