summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/_173-249-5-230/configuration.nix10
-rw-r--r--machines/lenovo/impermanence.nix26
2 files changed, 0 insertions, 36 deletions
diff --git a/machines/_173-249-5-230/configuration.nix b/machines/_173-249-5-230/configuration.nix
index d079fb6..e9fdf3d 100644
--- a/machines/_173-249-5-230/configuration.nix
+++ b/machines/_173-249-5-230/configuration.nix
@@ -21,16 +21,6 @@
"/etc/machine-id"
"/etc/ly/save.txt"
];
- users."mtgmonkey" = {
- directories = [
- ".local/share/zoxide"
- ".ssh"
- ];
- files = [
- ".bash_history"
- ".brush_history"
- ];
- };
};
i18n.defaultLocale = "de_DE.UTF-8";
networking = {
diff --git a/machines/lenovo/impermanence.nix b/machines/lenovo/impermanence.nix
index ced435e..2867ed5 100644
--- a/machines/lenovo/impermanence.nix
+++ b/machines/lenovo/impermanence.nix
@@ -15,31 +15,5 @@
"/etc/machine-id"
"/etc/ly/save.txt"
];
- users."andromeda" = {
- directories = [
- ".backups"
- ".local/share/Anki2"
- ".local/share/chat.fluffy.fluffychat"
- ".local/share/zoxide"
- ".ssh"
- "conf"
- "Downloads"
- "pp"
- ];
- files = [
- ".bash_history"
- ".brush_history"
- ];
- };
- users."mtgmonkey" = {
- directories = [
- ".local/share/zoxide"
- ".ssh"
- ];
- files = [
- ".bash_history"
- ".brush_history"
- ];
- };
};
}