Skip to content

Commit a0945c9

Browse files
committed
hosts: mariadb and sudo_local
1 parent ae4fe30 commit a0945c9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

hosts/mistral/configuration.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
package = pkgs.postgresql_17;
6565
enableTCPIP = true;
6666
};
67+
68+
mysql = {
69+
enable = true;
70+
package = pkgs.mariadb_114;
71+
};
6772
};
6873

6974
security.pam = {

hosts/riscake/configuration.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070

7171
programs.fish.enable = true;
7272

73+
security.pam.services.sudo_local = {
74+
reattach = true;
75+
touchIdAuth = true;
76+
watchIdAuth = true;
77+
};
78+
7379
fonts.packages = __attrValues {
7480
inherit (pkgs) comic-neue;
7581
};

0 commit comments

Comments
 (0)