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