Remove outdated configuration

This commit is contained in:
Fabian Hauser 2024-07-17 19:17:16 +02:00
parent 62683d5ab4
commit d81b0265b9
12 changed files with 6 additions and 135 deletions

View file

@ -49,7 +49,6 @@
unzip
p7zip
unrar
borgbackup
iotop
cabextract
tree # p7zip

View file

@ -25,23 +25,12 @@ let
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIPF8ZV7vhpbVvLxiKq8ANVusNUHMbtii5MuvjxCbVz7vSNVPo9OOLvYyDqhbRAWMTdQeGZVAaALBufKKmprDTRFMpnA7Ut4TFrdz/5DTaR2KEjJ7P75moH+0xooR/GsbzFGsNBSQSXK3u1igndPYEC/PqCHN++32kDo2wLqTB4VLrEovU3iq8BMckn329Bu1fGbXKTgDpEvUEEwFO2brQZLMmzILGF/v4B9ImEGtinAUNgDSfEpgPN23sdWQH9rwEClGv95JmWNf05tuVomhZzOBtCFoAno3XB1nj16avjsqJ3aGFY2CCcfsNrwKzhIotmm82bcI4BJuJIVRIKbZ1 cardno:000603507108"
];
};
empty0 = {
uid = 1003;
isNormalUser = true;
description = "Testuser empty0";
group = "empty0";
extraGroups = [ "video" ];
hashedPassword = "$6$mlI7Au.EzmrL9uJj$vz8ujechSkx83tsFcRA8D04vh5.3ZwPlPmE.wsf2CTKvLio48a1eXtRxUHkkDfPlLAjqyJ55bSSw2lLazH9Ip/";
};
};
in
{
imports = [
../../modules
./unfree.nix
./applications.nix
./overlays.nix
];
boot.loader.timeout = 2;
@ -57,7 +46,6 @@ in
users.mutableUsers = false;
users.groups = {
fhauser.gid = 1000;
empty0.gid = 1003;
};
users.users = users // {
root.openssh.authorizedKeys.keys =
@ -87,9 +75,6 @@ in
'';
};
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;
# System Services
services.btrfs.autoScrub.enable = true;
services.fwupd.enable = true;
@ -106,11 +91,6 @@ in
settings.PasswordAuthentication = false;
};
security.acme = {
acceptTerms = true;
defaults.email = "sysadmin@qo.is";
};
# Default Settings
environment.etc = {
gitconfig.source = ./etc/gitconfig;
@ -118,7 +98,10 @@ in
};
programs.autojump.enable = true;
programs.vim.defaultEditor = true;
programs.vim = {
enable = true;
defaultEditor = true;
};
services.dbus.implementation = "broker";
}

View file

@ -1,13 +0,0 @@
{
config,
lib,
pkgs,
options,
...
}:
{
nixpkgs.overlays = [ (import ../../overlays) ];
#nix.nixPath = options.nix.nixPath.default
# ++ [ "nixpkgs-overlays=/etc/nixos/overlays/_nix-path/" ];
}

View file

@ -20,11 +20,8 @@
"google-chrome"
"spotify"
"spotify-unwrapped"
"skypeforlinux"
"slack"
"discord"
"teamviewer"
"unity-editor"
"todoist-electron"
"todoist-electron-8.10.1"