From 1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Dec 2022 08:10:15 +0000 Subject: add editorconfig and alejandra --- hosts/common/users.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'hosts/common/users.nix') diff --git a/hosts/common/users.nix b/hosts/common/users.nix index 1dd219e..0d2681e 100644 --- a/hosts/common/users.nix +++ b/hosts/common/users.nix @@ -1,18 +1,23 @@ -{ config, lib, pkgs, ... }: - -with config; with lib; with pkgs; { + config, + lib, + pkgs, + ... +}: +with config; +with lib; +with pkgs; { users = { defaultUserShell = bash; mutableUsers = false; users = { - root = { home = "/root"; uid = ids.uids.root; group = "root"; initialHashedPassword = mkDefault "!"; }; - + }; + }; } -- cgit v1.2.3