add yeswiki.pro mail, mpc and cleaning
This commit is contained in:
parent
17e5a9d42e
commit
92f3851041
3 changed files with 42 additions and 1018 deletions
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "florian";
|
home.username = "mrflos";
|
||||||
home.homeDirectory = "/home/florian";
|
home.homeDirectory = "/home/${home.username}";
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
ansible
|
ansible
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
|
catnip
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
dnsutils
|
dnsutils
|
||||||
|
@ -200,7 +201,7 @@ Host ecocloud ecocloud-s-mart.im.utc 192.168.196.26
|
||||||
HostName 192.168.196.26
|
HostName 192.168.196.26
|
||||||
User optisseur
|
User optisseur
|
||||||
ProxyJump 10.200.0.240
|
ProxyJump 10.200.0.240
|
||||||
|
|
||||||
# Friends
|
# Friends
|
||||||
Host furax
|
Host furax
|
||||||
User admin
|
User admin
|
||||||
|
@ -275,7 +276,7 @@ IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
## Avant tchat mattermost / Apres piwigo - peertube - nextcloud - onlyoffice
|
## Avant tchat mattermost / Apres piwigo - peertube - nextcloud - onlyoffice
|
||||||
Host emmagoldman
|
Host emmagoldman
|
||||||
#HostName 2a01:4f8:190:7302::2
|
#HostName 2a01:4f8:190:7302::2
|
||||||
HostName 144.76.3.3
|
HostName 144.76.3.3
|
||||||
Port 22
|
Port 22
|
||||||
|
@ -301,7 +302,7 @@ UseRoaming no
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
## Proxmox outils libres / jitsi - pads - mobilizon
|
## Proxmox outils libres / jitsi - pads - mobilizon
|
||||||
Host leontolstoi
|
Host leontolstoi
|
||||||
HostName 88.99.209.53
|
HostName 88.99.209.53
|
||||||
Port 22
|
Port 22
|
||||||
|
@ -403,7 +404,7 @@ User admin
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
Host colihost
|
Host colihost
|
||||||
HostName postit.colibris-outilslibres.org
|
HostName postit.colibris-outilslibres.org
|
||||||
Port 22001
|
Port 22001
|
||||||
User admin
|
User admin
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
@ -429,7 +430,7 @@ IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
Host colibrishost
|
Host colibrishost
|
||||||
HostName postit.colibris-outilslibres.org
|
HostName postit.colibris-outilslibres.org
|
||||||
Port 22001
|
Port 22001
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
@ -468,4 +469,3 @@ Port 51026
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,20 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
services = {
|
||||||
|
mpd.enable = true;
|
||||||
|
mpd.musicDirectory = "/home/mrflos/Musique";
|
||||||
|
mpd.user = "mrflos";
|
||||||
|
mpd.group = "users";
|
||||||
|
#mpd.dataDir
|
||||||
|
mpd.startWhenNeeded = true;
|
||||||
|
mpd.extraConfig = ''
|
||||||
|
audio_output {
|
||||||
|
type "pulse"
|
||||||
|
name "mpd"
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
programs = {
|
programs = {
|
||||||
mosh.enable = true;
|
mosh.enable = true;
|
||||||
neovim = {
|
neovim = {
|
||||||
|
@ -40,6 +54,7 @@
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
catnip
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
dnsutils
|
dnsutils
|
||||||
|
@ -60,6 +75,7 @@
|
||||||
mc
|
mc
|
||||||
micro
|
micro
|
||||||
mosh
|
mosh
|
||||||
|
mpc-cli
|
||||||
mpd
|
mpd
|
||||||
neofetch
|
neofetch
|
||||||
pandoc
|
pandoc
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue