diff --git a/nixos/default.nix b/nixos/default.nix index 66641a8..0e5b209 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -14,10 +14,6 @@ in # Configuration common to all Linux systems flake = { nixosModules = { - guests.imports = [ - # Temporarily sharing with Uday, until he gets better machine. - (mkHomeModule "uday" [ ]) - ]; myself = mkHomeModule config.people.myself [ ../home/shellcommon.nix ]; diff --git a/users/config.nix b/users/config.nix index 01aa730..e70daa5 100644 --- a/users/config.nix +++ b/users/config.nix @@ -11,9 +11,5 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQRxPoqlThDrkR58pKnJgmeWPY9/wleReRbZ2MOZRyd" ]; }; - uday = { - name = "Uday Kiran"; - email = "udaycruise2903@gmail.com"; - }; }; }