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 = [
|
imports = [
|
||||||
(import ./modules {
|
(import ./modules {
|
||||||
hostName = "hetzner-vpn1";
|
hostName = "hetzner-vpn1";
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
my = {
|
my = {
|
||||||
enabledUsers = [];
|
enabledUsers = ["ronja" "vinzenz"];
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue