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; [
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue