From 8ea30d2c9d9ec9ed62ee5ace8e9f7086bf7ad412 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 27 Jul 2023 01:38:57 +0900 Subject: Rename user duck to epoch --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index febc2a0..d93694f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -86,9 +86,9 @@ packages = with pkgs; [ stow ]; }; - duck = { + epoch = { isNormalUser = true; - openssh.authorizedKeys.keyFiles = [ "/etc/ssh/duck.pub" ]; + openssh.authorizedKeys.keyFiles = [ "/etc/ssh/epoch.pub" ]; }; int2k = { -- cgit 1.4.1