Compare commits
No commits in common. "c0475718f560e1c8a38415f5fa4a2dc5da8de8c3" and "55a3526bf2031a41a173cc8440899e3878f4a5c9" have entirely different histories.
c0475718f5
...
55a3526bf2
7 changed files with 6 additions and 13 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
gtk = {
|
||||
enable = true;
|
||||
font.name = "jost";
|
||||
theme = {
|
||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
||||
package = pkgs.catppuccin-gtk.override {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
_: {
|
||||
{...}: {
|
||||
services.redis.servers.default = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 6379;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{...}: {
|
||||
virtualisation.oci-containers.containers.dashdot = {
|
||||
image = "mauricenino/dashdot:sha-207b2df";
|
||||
ports = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{...}: {
|
||||
virtualisation.oci-containers.containers.dashdot = {
|
||||
image = "mauricenino/dashdot:sha-207b2df";
|
||||
ports = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{...}: {
|
||||
virtualisation.oci-containers.containers.homarr = {
|
||||
image = "ghcr.io/ajnart/homarr:0.12.3";
|
||||
ports = [
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
_: {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
nameservers = ["192.168.1.221"];
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
settings = {
|
||||
KbdInteractiveAuthentication = false;
|
||||
PasswordAuthentication = lib.mkForce false;
|
||||
PubkeyAuthentication = lib.mkForce true;
|
||||
PubkeyAuthentication = true;
|
||||
PermitRootLogin = lib.mkForce "no";
|
||||
StreamLocalBindUnlink = "yes";
|
||||
GatewayPorts = "clientspecified";
|
||||
|
|
Loading…
Reference in a new issue