mirror of
				https://git.feal.no/felixalb/nixos-config.git
				synced 2025-11-03 22:06:24 +01:00 
			
		
		
		
	sisko: Change to NetworkManager. Add misc. packages
This commit is contained in:
		@@ -11,15 +11,16 @@
 | 
			
		||||
 | 
			
		||||
  networking = {
 | 
			
		||||
    hostName = "sisko";
 | 
			
		||||
    defaultGateway = "192.168.10.1";
 | 
			
		||||
    interfaces.enp14s0 = {
 | 
			
		||||
      ipv4 = {
 | 
			
		||||
        addresses = [
 | 
			
		||||
          { address = "192.168.10.172"; prefixLength = 24; }
 | 
			
		||||
        ];
 | 
			
		||||
      };
 | 
			
		||||
      wakeOnLan.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
    networkmanager.enable = true;
 | 
			
		||||
    # defaultGateway = "192.168.10.1";
 | 
			
		||||
    # interfaces.enp14s0 = {
 | 
			
		||||
    #   ipv4 = {
 | 
			
		||||
    #     addresses = [
 | 
			
		||||
    #       { address = "192.168.10.172"; prefixLength = 24; }
 | 
			
		||||
    #     ];
 | 
			
		||||
    #   };
 | 
			
		||||
    #   wakeOnLan.enable = true;
 | 
			
		||||
    # };
 | 
			
		||||
    hostId = "b716d781";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
@@ -27,7 +28,7 @@
 | 
			
		||||
  sops.defaultSopsFile = ../../secrets/sisko/sisko.yaml;
 | 
			
		||||
  environment.variables = { EDITOR = "vim"; };
 | 
			
		||||
 | 
			
		||||
  users.users.felixalb.extraGroups = [ "dialout" ];
 | 
			
		||||
  users.users.felixalb.extraGroups = [ "dialout" "networkmanager" ];
 | 
			
		||||
 | 
			
		||||
  programs = {
 | 
			
		||||
    gamemode.enable = true;
 | 
			
		||||
@@ -57,6 +58,9 @@
 | 
			
		||||
      "steam-unwrapped"
 | 
			
		||||
      "tlclient"
 | 
			
		||||
    ];
 | 
			
		||||
    permittedInsecurePackages = [
 | 
			
		||||
      "openssl-1.1.1w"
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -14,18 +14,22 @@
 | 
			
		||||
    easyeffects
 | 
			
		||||
    element-desktop
 | 
			
		||||
    emacs-gtk
 | 
			
		||||
    papers
 | 
			
		||||
    feishin
 | 
			
		||||
    jellyfin-media-player
 | 
			
		||||
    kitty
 | 
			
		||||
    libreoffice
 | 
			
		||||
    mpv
 | 
			
		||||
    mumble
 | 
			
		||||
    papers
 | 
			
		||||
    pavucontrol
 | 
			
		||||
    picard
 | 
			
		||||
    prismlauncher
 | 
			
		||||
    swayimg
 | 
			
		||||
    runelite
 | 
			
		||||
    spotify
 | 
			
		||||
    swayimg
 | 
			
		||||
    thunderbird
 | 
			
		||||
    tor-browser
 | 
			
		||||
    unstable.bolt-launcher
 | 
			
		||||
 | 
			
		||||
    exiftool
 | 
			
		||||
    ghidra
 | 
			
		||||
@@ -34,6 +38,7 @@
 | 
			
		||||
 | 
			
		||||
    # Window Manager Extras
 | 
			
		||||
    bibata-cursors
 | 
			
		||||
    cliphist
 | 
			
		||||
    hyprcursor
 | 
			
		||||
    hypridle
 | 
			
		||||
    hyprlock
 | 
			
		||||
@@ -46,9 +51,9 @@
 | 
			
		||||
    swaynotificationcenter
 | 
			
		||||
    waybar
 | 
			
		||||
    wl-clipboard
 | 
			
		||||
    cliphist
 | 
			
		||||
 | 
			
		||||
    # Misc tools
 | 
			
		||||
    abcde
 | 
			
		||||
    bc
 | 
			
		||||
    catimg
 | 
			
		||||
    dante
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user