Clean homes/ae/default.nix
This commit is contained in:
parent
a0a97c9f42
commit
fd2857742f
1 changed files with 0 additions and 34 deletions
|
|
@ -10,47 +10,13 @@
|
||||||
config.allowUnfree = false;
|
config.allowUnfree = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
|
||||||
];
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "ae";
|
username = "ae";
|
||||||
homeDirectory = "/home/ae";
|
homeDirectory = "/home/ae";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
|
||||||
};
|
|
||||||
|
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
systemd.user.startServices = "sd-switch";
|
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
|
home.stateVersion = "24.11"; # DO NOT MODIFY
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue