Remove Ronin from syncthing

This commit is contained in:
Evie Litherland-Smith 2023-12-04 06:42:34 +00:00
parent e0258c8fd9
commit eb60d4d767
3 changed files with 25 additions and 28 deletions

View file

@ -1,6 +1,4 @@
{ config, lib, pkgs, ... }:
{
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [ grim slurp discord ];
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
services = {

View file

@ -1,6 +1,4 @@
{ config, pkgs, lib, ... }:
{
{ lib, ... }: {
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
accounts = {
email.accounts = {
@ -13,26 +11,29 @@
outlook.primary = true;
};
};
services.kanshi = {
enable = true;
profiles = {
undocked = {
outputs = [{
criteria = "eDP-1";
status = "enable";
}];
};
docked = {
outputs = [
{
criteria = "Dell Inc. DELL P3223QE CCG8YN3";
status = "enable";
}
{
services = {
syncthing.enable = lib.mkForce false;
kanshi = {
enable = true;
profiles = {
undocked = {
outputs = [{
criteria = "eDP-1";
status = "disable";
}
];
status = "enable";
}];
};
docked = {
outputs = [
{
criteria = "Dell Inc. DELL P3223QE CCG8YN3";
status = "enable";
}
{
criteria = "eDP-1";
status = "disable";
}
];
};
};
};
};

View file

@ -1,5 +1,5 @@
{ ... }:
let devices = [ "Ion" "Legion" "Northstar" "Ronin" "Vanguard" ];
let devices = [ "Ion" "Legion" "Northstar" "Vanguard" ];
in {
imports = [ ./caddy.nix ];
services.syncthing = {
@ -16,8 +16,6 @@ in {
"3SSNCLP-ZZKNS65-7CKKGFY-KJYQU6S-P5BM7SB-MMW5ZLM-TMND6IV-ZMUO4AQ";
"Northstar".id =
"DJVVFUX-QRJNEUZ-OVEQ63J-KJIGNY7-O4MEOMH-GDKYHOB-BQES3O4-C3BJHQ2";
"Ronin".id =
"WNM6YCB-K2ZHB4E-J3A3NFI-DE4QKAD-QCNNYGS-QUTVFOG-NWFHVJQ-CUDXKQD";
"Vanguard".id =
"NCJBYBK-JRVFAAN-XO4I5AS-B5L7QD2-5PAMWX7-PHD5FQH-Q2EI32H-U3GF5AA";
};