updates
This commit is contained in:
parent
46d5748992
commit
d5ce9cd3eb
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue