remove portuus connections
This commit is contained in:
parent
97ddf830d2
commit
a5bc7bb0e6
12 changed files with 7 additions and 100 deletions
|
|
@ -39,7 +39,7 @@ sudo cryptsetup close crypt
|
|||
## Clone password store repository
|
||||
|
||||
```bash
|
||||
git clone ssh://git.portuus.de:2299/home/sid/git/password-store $PASSWORD_STORE_DIR
|
||||
git clone ssh://forgejo@rx4.tail:2299/sid/password-store.git $PASSWORD_STORE_DIR
|
||||
```
|
||||
|
||||
## Librewolf
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
./hyprland.nix
|
||||
./librewolf.nix
|
||||
./newsboat.nix
|
||||
# ./nextcloud-sync.nix
|
||||
./obs-studio.nix
|
||||
./opencode.nix
|
||||
./packages.nix
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"$mod CTRL, m, exec, ${flatpakRun} org.mypaint.MyPaint"
|
||||
"$mod CTRL, o, exec, obs"
|
||||
"$mod CTRL, p, exec, otp"
|
||||
"$mod SHIFT, a, exec, chromium --app=https://ai.portuus.de"
|
||||
"$mod SHIFT, a, exec, chromium --app=https://ai.sid.ovh"
|
||||
];
|
||||
windowrule = [
|
||||
"workspace 4, title:^newsboat$"
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"workspace 7, title:^Jellyfin Media Player$"
|
||||
"workspace 7, title:^spotify$"
|
||||
"workspace 8, class:^Element$, title:^Element"
|
||||
"workspace 9, class:^chrome-ai.portuus.de"
|
||||
"workspace 9, class:^chrome-ai.sid.ovh"
|
||||
"workspace 10, class:^zoom$, title:^Zoom"
|
||||
"workspace 10, class:^org.qbittorrent.qBittorrent$"
|
||||
"workspace 10, title:^Virtual Machine Manager$"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
programs.newsboat = {
|
||||
extraConfig = ''
|
||||
urls-source "miniflux"
|
||||
miniflux-url "https://miniflux.portuus.de/"
|
||||
miniflux-url "https://rss.sid.ovh/"
|
||||
miniflux-login "sid"
|
||||
miniflux-passwordfile "${config.sops.secrets.miniflux.path}"
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
{ inputs, config, ... }:
|
||||
|
||||
let
|
||||
mkConnection = dir: {
|
||||
local = config.home.homeDirectory + "/" + dir;
|
||||
remote = "/" + dir;
|
||||
};
|
||||
|
||||
mkConnections = dirs: map mkConnection dirs;
|
||||
|
||||
connections = [
|
||||
"aud"
|
||||
"doc"
|
||||
"img"
|
||||
"vid"
|
||||
];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.homeModules.nextcloud-sync
|
||||
];
|
||||
|
||||
services.nextcloud-sync = {
|
||||
enable = true;
|
||||
remote = "cloud.portuus.de";
|
||||
passwordFile = config.sops.secrets.nextcloud.path;
|
||||
connections = mkConnections connections;
|
||||
};
|
||||
}
|
||||
|
|
@ -6,13 +6,6 @@ in
|
|||
{
|
||||
sops.templates.rclone.path = config.xdg.configHome + "/rclone/rclone.conf";
|
||||
sops.templates.rclone.content = ''
|
||||
[portuus]
|
||||
type = webdav
|
||||
url = https://cloud.portuus.de/remote.php/dav/files/sid/
|
||||
vendor = nextcloud
|
||||
user = sid
|
||||
pass = ${sops.placeholder."rclone/portuus/pass"}
|
||||
|
||||
[sciebo]
|
||||
type = webdav
|
||||
url = ${sops.placeholder."rclone/sciebo/url"}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
bt = "bluetoothctl";
|
||||
ff = "find . -type f -name";
|
||||
dd-iso = "dd bs=4M status=progress oflag=sync";
|
||||
nc-sync = "nextcloud-sync-all";
|
||||
synapse_change_display_name = "${pkgs.synix.synapse_change_display_name}/bin/synapse_change_display_name -t $(${pkgs.pass}/bin/pass sid.ovh/matrix/access-token) -r sid.ovh";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,6 @@
|
|||
|
||||
{
|
||||
programs.ssh.matchBlocks = {
|
||||
edge = {
|
||||
host = "e edge";
|
||||
hostname = "49.12.227.10";
|
||||
port = 2299;
|
||||
user = "sid";
|
||||
};
|
||||
uvm = {
|
||||
host = "u uvm";
|
||||
hostname = "localhost";
|
||||
|
|
@ -15,12 +9,6 @@
|
|||
user = "root";
|
||||
checkHostIP = false;
|
||||
};
|
||||
portuus = {
|
||||
host = "p portuus *.portuus.de";
|
||||
hostname = "portuus.de";
|
||||
port = 2299;
|
||||
user = "sid";
|
||||
};
|
||||
sid = {
|
||||
host = "s sid *.sid.ovh";
|
||||
hostname = "sid.ovh";
|
||||
|
|
@ -41,12 +29,6 @@
|
|||
# gpg --export-ssh-key <auth key id> > ~/.ssh/id_rsa.pub
|
||||
defaultSshKey = "/home/sid/.ssh/id_rsa.pub";
|
||||
mounts = {
|
||||
portuus = {
|
||||
host = "portuus.de";
|
||||
user = "sid";
|
||||
port = 2299;
|
||||
mountPoint = "/home/sid/.config/nixos";
|
||||
};
|
||||
};
|
||||
};
|
||||
home.shellAliases.sm = "sftpman";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue