vps-arm-2024-06-20-17-58-05

This commit is contained in:
Alexander Szczepanski
2024-06-20 17:58:05 +02:00
parent f2855bf1b9
commit d949a285c2
3 changed files with 162 additions and 7 deletions

View File

@ -1,6 +1,5 @@
{ config, pkgs, lib, ... }:
let secrets = import ./secrets.nix;
in {
{
environment.shells = with pkgs; [ bashInteractive zsh ];
programs = {