Garage on loki

This commit is contained in:
Filippo Berto 2023-03-22 10:44:48 +01:00
parent d5fbab32bc
commit 90b6180bc1
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
11 changed files with 183 additions and 31 deletions

View file

@ -19,6 +19,7 @@
i18n.defaultLocale = "it_IT.UTF-8";
networking.hostName = "freya";
networking.firewall.allowedTCPPorts = [ 80 ];
programs = {
dconf.enable = true;
@ -47,11 +48,28 @@
blueman.enable = true;
dbus.packages = [ pkgs.dconf ];
gnome.gnome-keyring.enable = true;
# nextcloud = {
# enable = true;
# hostName = "freya.local";
# config.adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
# config.objectstore.s3 = {
# enable = true;
# bucket = "nextcloud-bucket";
# autocreate = false;
# key = "GK42a6b774429bfc254f4a5d36";
# secretFile = config.age.secrets.nextcloud_bucket_secret.path;
# hostname = "localhost";
# port = 3900;
# useSsl = false;
# region = "garage";
# usePathStyle = true;
# };
# };
openssh = { enable = true; openFirewall = true; };
xserver = {
enable = true;
desktopManager.retroarch = { enable = true; package = pkgs.retroarchFull; };
};
# xserver = {
# enable = true;
# desktopManager.retroarch = { enable = true; package = pkgs.retroarchFull; };
# };
};
time.timeZone = "Europe/Rome";