format
This commit is contained in:
parent
d998b6b07b
commit
885a782fd4
@ -1,5 +1,5 @@
|
||||
# NixOS configurations file.
|
||||
{ config, pkgs, lib, ... }: {
|
||||
{
|
||||
system.stateVersion = "23.05";
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-unstable, lib, ... }:
|
||||
{ pkgs, pkgs-unstable, ... }:
|
||||
let
|
||||
databases = [
|
||||
"k3s"
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, ... }: {
|
||||
{
|
||||
time.timeZone = "Asia/Shanghai";
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
|
@ -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"
|
||||
];
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{ config, lib, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
Loading…
Reference in New Issue
Block a user