auto-flake-update
Yorick van Pelt 2022-04-13 17:11:02 +02:00
parent 7d5ff7e42c
commit 9c8b6ba65c
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
{
imports = [ ./. ];
documentation.nixos.enable = false;
services.sshguard.enable = true;
programs.mosh.enable = true;

View File

@ -1,7 +1,5 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./default.nix ];
users.users.yorick = {
extraGroups = [ "input" "wireshark" "dialout" "video" "libvirtd" ];
shell = pkgs.fish;