~
This commit is contained in:
parent
9936e252d8
commit
0ffa604e8f
4 changed files with 14 additions and 11 deletions
|
@ -29,11 +29,14 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
pulseaudio = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.pulseaudioFull;
|
|
||||||
};
|
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = false;
|
powerOnBoot = false;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/4c1f76c6-5ce6-4987-b15e-9419627b7f19";
|
device = "/dev/disk/by-uuid/4c1f76c6-5ce6-4987-b15e-9419627b7f19";
|
||||||
fsType = "bcachefs";
|
fsType = "bcachefs";
|
||||||
options = [ "fsck" "fix_errors" ];
|
# options = [ "fsck" "fix_errors" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."dec-lin" = {
|
boot.initrd.luks.devices."dec-lin" = {
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
input."type:keyboard".xkb_layout = "fr";
|
input."type:keyboard".xkb_layout = "fr";
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "waybar -b bar-0"; }
|
# { command = "waybar -b bar-0"; }
|
||||||
|
|
||||||
{ command = "${pkgs.pulseaudio}/bin/pactl set-sink-mute @DEFAULT_SINK@ on"; }
|
{ command = "${pkgs.pulseaudio}/bin/pactl set-sink-mute @DEFAULT_SINK@ on"; }
|
||||||
{ command = "${pkgs.pulseaudio}/bin/pactl set-source-mute @DEFAULT_SOURCE@ on"; }
|
{ command = "${pkgs.pulseaudio}/bin/pactl set-source-mute @DEFAULT_SOURCE@ on"; }
|
||||||
|
@ -110,11 +110,11 @@
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
{ command = "mattermost-desktop"; }
|
{ command = "mattermost-desktop"; }
|
||||||
{ command = "signal-desktop --"; }
|
{ command = "signal-desktop --"; }
|
||||||
{ command = "${lib.getExe pkgs.element-desktop}"; }
|
# { command = "${lib.getExe pkgs.element-desktop}"; }
|
||||||
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
|
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
|
||||||
{
|
# {
|
||||||
command = "alacritty --class weechat --title weechat --command ${pkgs.bash}/bin/bash -c ${weechatCmd}";
|
# command = "alacritty --class weechat --title weechat --command ${pkgs.bash}/bin/bash -c ${weechatCmd}";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
assigns = {
|
assigns = {
|
||||||
"1" = [ { app_id = "firefox"; } ];
|
"1" = [ { app_id = "firefox"; } ];
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
user = "root";
|
user = "root";
|
||||||
hostname = "vault01.hyp01.infra.dgnum.eu";
|
hostname = "vault01.hyp01.infra.dgnum.eu";
|
||||||
};
|
};
|
||||||
"oob.dgn" = {
|
"bridge01.dgnum" = {
|
||||||
user = "root";
|
user = "root";
|
||||||
hostname = "fd26:baf9:d250:8000::ffff";
|
hostname = "fd26:baf9:d250:8000::ffff";
|
||||||
proxyJump = "vault01.dgnum";
|
proxyJump = "vault01.dgnum";
|
||||||
|
|
Loading…
Reference in a new issue