Compare commits

..

No commits in common. "cf18b231c482224a364945e54394507700364411" and "3f3e06fd45ced5b9da942f652ce8061455f1d720" have entirely different histories.

4 changed files with 2 additions and 21 deletions

View file

@ -156,9 +156,6 @@ with builtins; {
packages = [ packages = [
pkgs.marksman pkgs.marksman
]; ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05"
];
}; };
zramSwap = { zramSwap = {

View file

@ -55,13 +55,7 @@
services.xserver.libinput.touchpad.tapping = false; services.xserver.libinput.touchpad.tapping = false;
environment.systemPackages = [ environment.systemPackages = [pkgs.plantuml pkgs.mqttui pkgs.mobile-broadband-provider-info pkgs.modem-manager-gui pkgs.wireshark];
pkgs.plantuml
pkgs.mqttui
pkgs.mobile-broadband-provider-info
pkgs.modem-manager-gui
pkgs.wireshark
];
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;

View file

@ -66,7 +66,6 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
services.xserver.libinput.touchpad.disableWhileTyping = true; services.xserver.libinput.touchpad.disableWhileTyping = true;
services.xserver.libinput.touchpad.tapping = false;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -116,17 +115,8 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true; programs.seahorse.enable = true;
security.pam.services.jade.enableGnomeKeyring = true; security.pam.services.jade.enableGnomeKeyring = true;
security.pam.services.jade.u2fAuth = true;
systemd.services."NetworkManager-wait-online".enable = false; systemd.services."NetworkManager-wait-online".enable = false;
programs.i3lock.u2fSupport = true;
security.pam.u2f = {
enable = true;
cue = true;
control = "sufficient";
authFile = "/home/jade/.ssh/u2f_keys";
};
# services.pixiecore = # services.pixiecore =
# let # let

View file

@ -13,7 +13,7 @@ def main [
systemd-cat echo $"($currentnet) \(($interface)): ($type)"; systemd-cat echo $"($currentnet) \(($interface)): ($type)";
if $interface starts-with 'wlp' { if $interface == 'wlp2s0' {
^$"/etc/networkhooks/($currentnet).nu" $interface $type ^$"/etc/networkhooks/($currentnet).nu" $interface $type
} }
} }