Compare commits

..

No commits in common. "b7af9df1a01cfd2179de7320d8c2acf3d47ccd0b" and "7c60a88eb3c6753ab0aaa3392fd0daa716b3bbac" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
package = pkgs.ungoogled-chromium.override { enableWideVine = true; };
commandLineArgs = [
"--extension-mime-request-handling=always-prompt-for-install" # Enable Extension-Install Dialogue
"--enable-features=NoReferrers,SpoofWebGLInfo" # Feature Flags
"--enable-features=ClearDataOnExit,NoReferrers,SpoofWebGLInfo" # Feature Flags
"--no-default-browser-check"
];
extensions = let

View file

@ -44,7 +44,7 @@
};
programs.ssh.matchBlocks."master@mow0m" = {
host = "mow0m";
hostname = "mow0m";
hostname = "mow0m.lan";
user = "master";
identityFile = "~/.ssh/master@mow0m";
port = 9553;