This commit is contained in:
Vinzenz Schroeter 2024-11-24 13:18:43 +01:00
parent f09ef591c3
commit 96243b2f06
5 changed files with 5 additions and 10 deletions

View file

@ -1,5 +1,4 @@
_: _: {
{
config = { config = {
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
i18n = { i18n = {

View file

@ -1,5 +1,4 @@
_: _: {
{
config = { config = {
services.openssh = { services.openssh = {
enable = true; enable = true;

View file

@ -1,5 +1,4 @@
_: _: {
{
services.nginx = { services.nginx = {
enable = true; enable = true;

View file

@ -1,5 +1,4 @@
_: _: {
{
virtualisation = { virtualisation = {
containers.enable = true; containers.enable = true;
podman = { podman = {

View file

@ -1,5 +1,4 @@
_: _: {
{
config = { config = {
services = { services = {
# Enable CUPS to print documents. # Enable CUPS to print documents.