Remove uday

This commit is contained in:
Sridhar Ratnakumar 2023-03-15 13:57:41 -04:00
parent ec160648e2
commit b0b972634d
2 changed files with 0 additions and 8 deletions

View file

@ -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
];

View file

@ -11,9 +11,5 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQRxPoqlThDrkR58pKnJgmeWPY9/wleReRbZ2MOZRyd"
];
};
uday = {
name = "Uday Kiran";
email = "udaycruise2903@gmail.com";
};
};
}