Compare changes

Choose any two refs to compare.

Changed files
+13 -16
.git-crypt
global
systems
koumakan
networking
security
-4
.git-crypt/.gitattributes
···
-
# Do not edit this file. To specify the files to encrypt, create your own
-
# .gitattributes file in the directory where your files are.
-
* !filter !diff
-
*.gpg binary
.git-crypt/keys/default/0/7595B36DF6C2E95E10E528662932BA0FA3DDD7D6.gpg

This is a binary file and will not be displayed.

-1
.gitattributes
···
-
*.cry filter=git-crypt diff=git-crypt
+1 -9
global/core.nix
···
{pkgs, ...}: {
imports = [
./upgrade-diff.nix
+
./system
];
# Set default i18n configuration
i18n.defaultLocale = "en_US.UTF-8";
···
font = "Lat2-Terminus16";
keyMap = "us";
};
-
-
hardware.enableRedistributableFirmware = true;
-
services.fwupd.enable = true;
-
-
# # Enable crash dumps globally
-
# boot.crashDump = {
-
# enable = true;
-
# reservedMemory = "128M";
-
# };
time.timeZone = "Asia/Hong_Kong";
+1
global/programs/nix.nix
···
experimental-features = [
"nix-command"
"flakes"
+
"repl-flake"
];
substituters = [
+5
global/system/default.nix
···
+
{...}: {
+
imports = [
+
./firmware.nix
+
];
+
}
+4
global/system/firmware.nix
···
+
{...}: {
+
hardware.enableRedistributableFirmware = true;
+
services.fwupd.enable = true;
+
}
+1 -1
systems/koumakan/networking/interface.nix
···
{...}: {
-
networking.networkmanager.ethernet.macAddress = builtins.readFile ./nma.cry;
+
networking.networkmanager.ethernet.macAddress = "stable";
}
systems/koumakan/networking/nma.cry

This is a binary file and will not be displayed.

+1 -1
systems/koumakan/security/pam.nix
···
{...}: {
security.pam.yubico = {
enable = true;
-
id = builtins.readFile ./ykid.cry;
+
id = "91582";
mode = "client";
control = "requisite";
};
systems/koumakan/security/ykid.cry

This is a binary file and will not be displayed.