This commit is contained in:
Miguel Palhas
2024-11-17 11:05:05 +00:00
parent 5978e60afb
commit b58dc91ae5
9 changed files with 64 additions and 23 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ in
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-Y3/sfaV0ZJDs7g0xllMSUjP+n/CxbBjDBMXX4VVecoE=";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
+6 -1
View File
@@ -4,9 +4,14 @@
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
setSocketVariable = false;
};
};
users.groups.docker = { };
networking.firewall = {
enable = false;
# checkReversePath = false;
};
}
+3
View File
@@ -5,6 +5,9 @@ let
in
{
programs.hyprland.enable = true;
environment.systemPackages = [
pkgs.wl-clipboard
];
services.greetd = {
enable = true;
+2
View File
@@ -30,4 +30,6 @@
LC_TIME = "pt_PT.UTF-8";
};
};
services.dbus.packages = with pkgs; [ gcr ];
}