formatting, big time
This commit is contained in:
parent
38d96c9f52
commit
509320c115
64 changed files with 1293 additions and 990 deletions
17
common.nix
17
common.nix
|
@ -10,11 +10,13 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; {
|
||||
imports = [lix-module.nixosModules.default];
|
||||
with builtins;
|
||||
{
|
||||
imports = [ lix-module.nixosModules.default ];
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
overskride
|
||||
transmission_4-gtk
|
||||
|
||||
|
@ -105,7 +107,16 @@ with builtins; {
|
|||
|
||||
users.users.jade = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark"];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"uinput"
|
||||
"libvirtd"
|
||||
"adbusers"
|
||||
"dialout"
|
||||
"plugdev"
|
||||
"wireshark"
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILg7hhAKxIAbokHHcIj9HBgbkgoKGCG2R+gx7HZKL+iz cardno:000F_93C6A612"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue