🚀 reenable security

This commit is contained in:
Moritz Böhme 2021-12-30 11:14:32 +01:00
parent 0398231342
commit 6eb6183e79
3 changed files with 20 additions and 12 deletions

View file

@ -1,7 +1,8 @@
{ lib, pkgs, ... }:
{
imports = [ ./cachix.nix ./cli ./desktop ./editors ./services ];
imports =
[ ./cachix.nix ./cli ./desktop ./editors ./services ./security.nix ];
# USERS
users.users.moritz = {
@ -22,7 +23,7 @@
time.timeZone = "Europe/Berlin";
# PACKAGES
environment.systemPackages = with pkgs; [ vim wget firefox ];
environment.systemPackages = with pkgs; [ vim wget firefox git ];
home-manager.users.moritz = {
# Let Home Manager install and manage itself.