This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 16:17:02 -05:00
parent 46d5748992
commit d5ce9cd3eb
2 changed files with 7 additions and 2 deletions

View file

@ -35,6 +35,7 @@
{
environment.systemPackages = with pkgs; [
lua
qdirstat
];
ringofstorms_common = {
@ -43,10 +44,12 @@
secrets.enable = true;
desktopEnvironment.gnome.enable = true;
programs = {
qFlipper.enable = true;
rustDev.enable = true;
tailnet.enable = true;
ssh.enable = true;
docker.enable = true;
uhkAgent.enable = true;
};
users = {
admins = [ "luser" ]; # First admin is also the primary user owning nix config
@ -69,6 +72,10 @@
packages = with pkgs; [
bitwarden
vaultwarden
google-chrome
firefox-esr
openscad
vlc
];
};
};

View file

@ -68,9 +68,7 @@
- atuin setup
- if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device
- TODO move key into secrets and mount it to atuin local share
- stormd onboard to network
- ssh key access, ssh iden in config in nix config
-
### Notes