From 65a7bec7b4e03f0487e0a03026c0aa57dc5c3cd1 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Tue, 14 Feb 2023 10:05:06 +0100 Subject: [PATCH] FIX init.el : bug ADD oem user --- hosts/dell-5590/nixos/configuration.nix | 7 +++++++ hosts/dell-5590/nixpkgs/configs/init.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/dell-5590/nixos/configuration.nix b/hosts/dell-5590/nixos/configuration.nix index ecf82aa..559138a 100644 --- a/hosts/dell-5590/nixos/configuration.nix +++ b/hosts/dell-5590/nixos/configuration.nix @@ -174,6 +174,13 @@ environment.systemPackages = [ pkgs.openvpn_24 ]; users.ntp.group = "ntp"; groups.ntp = {}; defaultUserShell = "/run/current-system/sw/bin/fish"; + extraUsers.oem = { + isNormalUser = true; + home = "/home/oem"; + description = "oem"; + extraGroups = [ "wheel" "networkmanager" "plocate" ]; + hashedPassword = "$6$TWZqEbF3s7f4Yx8s$xsUheHLM75u1IdvD/6AWnk9c8El2FgGiU5C4mnZddWl8hFaGF2nPojHqvj2l7muJwQ6c8f7A4MRpAKh7PezuN/"; + }; extraUsers.alexandre = { isNormalUser = true; home = "/home/alexandre"; diff --git a/hosts/dell-5590/nixpkgs/configs/init.el b/hosts/dell-5590/nixpkgs/configs/init.el index 7166f0c..c82c560 100644 --- a/hosts/dell-5590/nixpkgs/configs/init.el +++ b/hosts/dell-5590/nixpkgs/configs/init.el @@ -188,7 +188,7 @@ ("DONE" . (:foreground "gray50" :background "gray30")))) ;; tags -(setq org-tag-alist '(("DEVIS" . ?d) ("PROJETS" . ?p) ("CLIENT" . ?c) ("PROSPECT" . ?o) ("INTERNE" . ?i) ("AO" . ?a) ("PJ" . ?z)) +(setq org-tag-alist '(("DEVIS" . ?d) ("PROJETS" . ?p) ("CLIENT" . ?c) ("PROSPECT" . ?o) ("INTERNE" . ?i) ("AO" . ?a) ("PJ" . ?z))) (setq org-tag-faces