Garage on loki
This commit is contained in:
parent
d5fbab32bc
commit
90b6180bc1
11 changed files with 183 additions and 31 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue