mirror of
https://git.oat.zone/dark-firepit/dotfiles
synced 2024-11-26 06:08:48 +01:00
mosh service
This commit is contained in:
parent
714e2a4240
commit
e8c3c1412f
@ -321,6 +321,10 @@ in {
|
||||
domain = "feditest.oat.zone";
|
||||
};
|
||||
|
||||
mosh = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
wireguard = {
|
||||
enable = true;
|
||||
server = true;
|
||||
@ -348,7 +352,7 @@ in {
|
||||
|
||||
staticSites = {
|
||||
"aether.gay".dataDir = "/var/www/aether.gay";
|
||||
"dark-firepit.dev".dataDir = "/var/www/dark-firepit.dev";
|
||||
"dark-firepit.cloud".dataDir = "/var/www/dark-firepit.cloud";
|
||||
#"dark-firepit.oat.zone".dataDir = "/var/www/dark-firepit.oat.zone";
|
||||
"va11halla.oat.zone".dataDir = "/var/www/va11halla.oat.zone";
|
||||
"giger.yugoslavia.fishing".dataDir = "/var/www/giger.yugoslavia.fishing";
|
||||
|
@ -12,9 +12,11 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
#programs.hyprland = {
|
||||
# enable = true;
|
||||
#};
|
||||
# this was failing to build so i removed it. sorry!!!!!!
|
||||
# -oat
|
||||
|
||||
home._.wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
@ -12,11 +12,9 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services = {
|
||||
mosh = {
|
||||
enable = true;
|
||||
# why is there not more config options???? oh well
|
||||
};
|
||||
programs.mosh = {
|
||||
enable = true;
|
||||
# why is there not more config options???? oh well
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user