Less Jimbo

This commit is contained in:
Vice 2025-03-08 03:02:48 -05:00
parent 8bdec44465
commit 3f951d4411
7 changed files with 0 additions and 48 deletions

View file

@ -14,9 +14,6 @@
"input"
"disk"
"dialout"
"kvm"
"libvirtd"
"qemu-libvirtd"
"nginx"
"nfsShare"
];

View file

@ -13,9 +13,6 @@
"input"
"disk"
"dialout"
"kvm"
"libvirtd"
"qemu-libvirtd"
"nginx"
"nfsShare"
];

View file

@ -71,9 +71,6 @@
"/persist/home/jules" = { };
"/persist/home/jules/.snapshots" = { };
"/persist/home/jimbo" = { };
"/persist/home/jimbo/.snapshots" = { };
};
};
};

View file

@ -2,7 +2,6 @@
{
imports = [
./jules
./jimbo
./root
impermanence.nixosModules.impermanence

View file

@ -1,25 +0,0 @@
{ ... }:
{
environment.persistence."/persist" = {
hideMounts = true;
users.jimbo = {
directories = [
"Keepers"
"Documents"
"Pictures"
"Videos"
"VMs"
".snapshots"
".cache/nix-index"
{ directory = ".ssh"; mode = "0700"; }
{ directory = ".gnupg"; mode = "0700"; }
];
files = [
".zsh_history"
".local/state/lazygit/state.yml"
];
};
};
}

View file

@ -2,7 +2,6 @@
{
imports = [
./jules
./jimbo
./root
];

View file

@ -1,12 +0,0 @@
{ ... }:
{
services.snapper.configs.jimbo = {
SUBVOLUME = "/persist/home/jimbo";
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
TIMELINE_LIMIT_DAILY = 1;
TIMELINE_LIMIT_WEEKLY = 1;
TIMELINE_LIMIT_MONTHLY = 0;
TIMELINE_LIMIT_YEARLY = 0;
};
}