Compare commits
No commits in common. "67eee18d7f593f5fac6054d7173dc72ff68a2d15" and "3370cd7ab305db5f87be1a19b4e12230e39bab81" have entirely different histories.
67eee18d7f
...
3370cd7ab3
5 changed files with 4 additions and 15 deletions
|
|
@ -71,12 +71,10 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
||||||
- [ ] monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/)
|
- [ ] monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/)
|
||||||
- [ ] migrate away from flakes and move to npins
|
- [ ] migrate away from flakes and move to npins
|
||||||
- [ ] `host.users` should be redone so that we just extend the base `users.users` object. Right now we cant quite do this because we have weird circular dependencies with disko/impermanence (not sure which one) and home manger enabling/disabling users per devices
|
- [ ] `host.users` should be redone so that we just extend the base `users.users` object. Right now we cant quite do this because we have weird circular dependencies with disko/impermanence (not sure which one) and home manger enabling/disabling users per devices
|
||||||
- [ ] Home manager impermanence is preventing updates to the latest version of the module
|
|
||||||
|
|
||||||
## Broken things
|
## Broken things
|
||||||
- [ ] figure out steam vr things?
|
- [ ] figure out steam vr things?
|
||||||
- [ ] whisper was having issues
|
- [ ] whisper was having issues
|
||||||
- [ ] auto loading of ssh agent keys that we auto generate per system
|
|
||||||
|
|
||||||
## Data Integrity
|
## Data Integrity
|
||||||
- [ ] zfs email after scrubbing # TODO: test this
|
- [ ] zfs email after scrubbing # TODO: test this
|
||||||
|
|
@ -104,9 +102,7 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
||||||
- [ ] Penpot services (need to make this custom)
|
- [ ] Penpot services (need to make this custom)
|
||||||
- [ ] minecraft server with old world file
|
- [ ] minecraft server with old world file
|
||||||
- [ ] storj server
|
- [ ] storj server
|
||||||
- [ ] XMR miner used to heat home based on smart thermostat
|
|
||||||
- [ ] Create Tor guard/relay server
|
- [ ] Create Tor guard/relay server
|
||||||
- [ ] Create i2P node
|
|
||||||
- [ ] screeps server
|
- [ ] screeps server
|
||||||
- [ ] mastodon instance
|
- [ ] mastodon instance
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -141,12 +141,6 @@
|
||||||
keyword = "";
|
keyword = "";
|
||||||
tags = [""];
|
tags = [""];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Cyberia Git";
|
|
||||||
url = "https://git.cyberia.club";
|
|
||||||
keyword = "";
|
|
||||||
tags = [""];
|
|
||||||
}
|
|
||||||
# Template
|
# Template
|
||||||
# {
|
# {
|
||||||
# name = "";
|
# name = "";
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
config.programs.vscode.profiles.default.userSettings = {
|
config.programs.vscode.profiles.default.userSettings = {
|
||||||
"cSpell.userWords" = [
|
"cSpell.userWords" = [
|
||||||
"leyla"
|
"leyla"
|
||||||
"Cyberia"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
"cSpell.languageSettings" = [
|
"cSpell.languageSettings" = [
|
||||||
|
|
|
||||||
|
|
@ -52,9 +52,9 @@
|
||||||
addKeysToAgent = "confirm";
|
addKeysToAgent = "confirm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# extraConfig = lib.strings.concatLines (
|
extraConfig = lib.strings.concatLines (
|
||||||
# builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys
|
builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys
|
||||||
# );
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services = builtins.listToAttrs (
|
systemd.user.services = builtins.listToAttrs (
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 22be81505a49cd205e9b5c91f51af69c0b885ed3
|
Subproject commit 6e90a73ed2e1e81ba37628fc5e5494a80d22b526
|
||||||
Loading…
Add table
Add a link
Reference in a new issue