feat: shell stuff
This commit is contained in:
@@ -20,7 +20,13 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "ark"; # Define your hostname.
|
||||
networking.hostName = "ark";
|
||||
networking.nameservers = [ "8.8.8.8" "1.1.1.1" ];
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
extraUpFlags = [ "--accept-dns=false" ];
|
||||
};
|
||||
|
||||
oauth.name = "KoonFamily";
|
||||
oauth.secrets = import ./oauth-secrets.nix;
|
||||
|
@@ -14,7 +14,7 @@
|
||||
owner = "k2on";
|
||||
repo = "wakapi";
|
||||
rev = "koon-fork";
|
||||
hash = "sha256-Gg2YXhPBoIVv+8yV5gz2NTCNFo8V9fNJxqjdkwo6Zf0=";
|
||||
hash = "sha256-FYGtoJmbqUD02/JKvON1RqpjkrDkAOkfPwMAUZ2MSE4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-912x6LwitYXdjWpP75Xoc56JXadeLQZuESSyLoaJcU0=";
|
||||
|
Reference in New Issue
Block a user