1
0
This commit is contained in:
Sense T
2023-09-25 01:11:58 +00:00
parent d998b6b07b
commit 885a782fd4
5 changed files with 5 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, pkgs-unstable, lib, ... }:
{ pkgs, pkgs-unstable, ... }:
let
databases = [
"k3s"

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }: {
{
time.timeZone = "Asia/Shanghai";
security.sudo.wheelNeedsPassword = true;

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{
users = {
mutableUsers = false;
users = {
@@ -7,10 +7,6 @@
description = "Login user";
hashedPassword = "$y$j9T$XMNDyrhWt/0Hml8Lp9e/91$PuqtfFbvUUjJgiEE9KNBRziWppEWbAD54j7ydmD0BY8";
packages = with pkgs; [
];
extraGroups = [
"wheel"
];