From fd2857742fc9d1f57c1d477616d5b62e8d6b60ba Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 24 Jul 2025 13:29:04 +1000 Subject: [PATCH] Clean homes/ae/default.nix --- homes/ae/default.nix | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/homes/ae/default.nix b/homes/ae/default.nix index b92f739..8e0e0fe 100644 --- a/homes/ae/default.nix +++ b/homes/ae/default.nix @@ -10,47 +10,13 @@ config.allowUnfree = false; }; - imports = [ - ]; - home = { username = "ae"; homeDirectory = "/home/ae"; }; - programs = { - }; - # Nicely reload system units when changing configs systemd.user.startServices = "sd-switch"; - # ssh = { - # enable = true; - # forwardAgent = true; - # addKeysToAgent = "yes"; - - # matchBlocks = { - # hyrule = { - # hostname = "imbored.dev"; - # user = "ae"; - # port = 22; - # identityFile = "/home/ae/.ssh/id_hyrule"; - # }; - # }; - # }; - - # SERVICE: webfishing (example for wishlist) - #systemd.user.services.webfishing = { - # Unit.Description = "I be out here webfishing frfr"; - - # Install.WantedBy = ["default.target"]; - - # Service = { - # Type = "exec"; - # ExecStart = "echo $HOME; cat $HOME/.ssh/config"; - # Restart = "always"; - # }; - #}; - home.stateVersion = "24.11"; # DO NOT MODIFY }