chore: autoformat
This commit is contained in:
parent
337ee6db4a
commit
be381d1ebd
18 changed files with 158 additions and 116 deletions
|
|
@ -15,12 +15,12 @@
|
|||
(final: prev: {
|
||||
libnitrokey = prev.libnitrokey.overrideAttrs (old: {
|
||||
cmakeFlags = (old.cmakeFlags or [ ]) ++ [
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
];
|
||||
});
|
||||
epsonscan2 = prev.epsonscan2.overrideAttrs (old: {
|
||||
cmakeFlags = (old.cmakeFlags or [ ]) ++ [
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
];
|
||||
});
|
||||
})
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
enable = true;
|
||||
drivers = [ pkgs.epson-escpr ];
|
||||
};
|
||||
|
||||
|
||||
pcscd.enable = true;
|
||||
# xserver.displayManager.sessionCommands =
|
||||
# "${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keycode 64 = Alt_L'";
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
# openssh.settings.X11Forwarding = true;
|
||||
};
|
||||
|
||||
virtualisation ={
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
logDriver = "journald";
|
||||
|
|
@ -71,21 +71,21 @@
|
|||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
security = "user";
|
||||
# used for xp priter vm
|
||||
# # Windows XP compatibility settings
|
||||
# "server min protocol" = "NT1"; # Enable SMB1 for Windows XP
|
||||
# "client min protocol" = "NT1";
|
||||
# "ntlm auth" = "yes"; # Required for Windows XP
|
||||
# "lanman auth" = "yes"; # Required for Windows XP
|
||||
# };
|
||||
# # Share for Windows XP access
|
||||
# "shared" = {
|
||||
# "path" = "/home/thiago/shared";
|
||||
# "browseable" = "yes";
|
||||
# "read only" = "no";
|
||||
# "guest ok" = "yes";
|
||||
# "create mask" = "0644";
|
||||
# "directory mask" = "0755";
|
||||
# used for xp priter vm
|
||||
# # Windows XP compatibility settings
|
||||
# "server min protocol" = "NT1"; # Enable SMB1 for Windows XP
|
||||
# "client min protocol" = "NT1";
|
||||
# "ntlm auth" = "yes"; # Required for Windows XP
|
||||
# "lanman auth" = "yes"; # Required for Windows XP
|
||||
# };
|
||||
# # Share for Windows XP access
|
||||
# "shared" = {
|
||||
# "path" = "/home/thiago/shared";
|
||||
# "browseable" = "yes";
|
||||
# "read only" = "no";
|
||||
# "guest ok" = "yes";
|
||||
# "create mask" = "0644";
|
||||
# "directory mask" = "0755";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs
|
||||
, config
|
||||
, ...
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Under maintanence
|
||||
{ pkgs
|
||||
, ...
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
# Optional helper for manual (re)binding at runtime
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in
|
|||
"scard"
|
||||
"wheel"
|
||||
"lp"
|
||||
"scanner"
|
||||
"scanner"
|
||||
]
|
||||
++ ifTheyExist [
|
||||
"docker"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue