Remove outdated configuration
This commit is contained in:
parent
62683d5ab4
commit
d81b0265b9
12 changed files with 6 additions and 135 deletions
|
@ -49,7 +49,6 @@
|
|||
unzip
|
||||
p7zip
|
||||
unrar
|
||||
borgbackup
|
||||
iotop
|
||||
cabextract
|
||||
tree # p7zip
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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/" ];
|
||||
}
|
|
@ -20,11 +20,8 @@
|
|||
"google-chrome"
|
||||
"spotify"
|
||||
"spotify-unwrapped"
|
||||
"skypeforlinux"
|
||||
"slack"
|
||||
"discord"
|
||||
"teamviewer"
|
||||
"unity-editor"
|
||||
"todoist-electron"
|
||||
"todoist-electron-8.10.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue