niri update
This commit is contained in:
@@ -40,8 +40,6 @@ boot.loader.efi.canTouchEfiVariables = true;
|
||||
# Flakes
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
networking.enableIPv6 = false;
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary networking.proxy.default =
|
||||
@@ -49,7 +47,10 @@ boot.loader.efi.canTouchEfiVariables = true;
|
||||
# "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# Enable networking
|
||||
boot.kernelParams = [ "ipv6.disable=1" ];
|
||||
networking.networkmanager.enable = true;
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
networking.enableIPv6 = false;
|
||||
|
||||
# VM
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
@@ -59,7 +60,7 @@ boot.loader.efi.canTouchEfiVariables = true;
|
||||
users.extraGroups.vboxusers.members = [ "nico" ];
|
||||
# virtualisation.virtualbox.guest.enable = true;
|
||||
# virtualisation.virtualbox.guest.dragAndDrop = true;
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
@@ -110,7 +111,7 @@ services.mullvad-vpn.enable = true;
|
||||
services.mullvad-vpn.package = pkgs.mullvad-vpn;
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.nico = { isNormalUser = true; description = "nico"; extraGroups = [ "networkmanager"
|
||||
"wheel" "adbusers" "docker"]; packages = with pkgs; [
|
||||
"wheel" "adbusers" "docker" "input" "dialout"]; packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
||||
@@ -121,13 +122,21 @@ services.mullvad-vpn.enable = true;
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.platformio-core
|
||||
pkgs.openocd
|
||||
];
|
||||
|
||||
# services.flatpak.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run: $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# grayjay
|
||||
signal-desktop
|
||||
obsidian
|
||||
discord
|
||||
anki
|
||||
grayjay
|
||||
lutris
|
||||
qbittorrent
|
||||
vim
|
||||
|
||||
Reference in New Issue
Block a user