mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
pam auth works now
This commit is contained in:
parent
c93aa33aeb
commit
2a0f184fac
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
(import ./modules {
|
||||
hostName = "hetzner-vpn1";
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
config = {
|
||||
my = {
|
||||
enabledUsers = [];
|
||||
enabledUsers = ["ronja" "vinzenz"];
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue