disabling wireguard until I can add the key to a sops file
This commit is contained in:
@@ -12,14 +12,7 @@
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config = {
|
||||
permittedInsecurePackages = [ "openssl-1.1.1w" ];
|
||||
# allowUnfree = true;
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"1password"
|
||||
"1password-cli"
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
"sublime4"
|
||||
];
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
@@ -31,17 +24,6 @@
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = "john";
|
||||
|
||||
# Define a user account. Don't forget to set a password with 'passwd'.
|
||||
users.users.john = {
|
||||
isNormalUser = true;
|
||||
description = "John Lancaster";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
john
|
||||
gnome
|
||||
steam
|
||||
wireguard
|
||||
# wireguard
|
||||
# greetd
|
||||
# niri
|
||||
]);
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
'';
|
||||
in
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard-tools
|
||||
wg-netmanager
|
||||
|
||||
Reference in New Issue
Block a user