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

View file

@ -68,9 +68,7 @@
- atuin setup - atuin setup
- if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device - 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 - 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 - ssh key access, ssh iden in config in nix config
-
### Notes ### Notes