diff --git a/flake.lock b/flake.lock index 179407d..7c017bb 100644 --- a/flake.lock +++ b/flake.lock @@ -314,11 +314,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1660941658, - "narHash": "sha256-yY6hu6IT+OwFrozJSUTkEpR7MoENdLOl/p4YDTluczg=", + "lastModified": 1660984654, + "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6039648c50c7c0858b5e506c6298773a98e0f066", + "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3", "type": "github" }, "original": { diff --git a/nixos/hosts/thalassa/null/configuration.nix b/nixos/hosts/thalassa/null/configuration.nix index 558ade7..131d0ee 100644 --- a/nixos/hosts/thalassa/null/configuration.nix +++ b/nixos/hosts/thalassa/null/configuration.nix @@ -24,11 +24,11 @@ in home-manager.useUserPackages = true; home-manager.users.victor = import ./home.nix; - # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.kernelPackages = pkgs.linuxPackages_latest; # Enable networking networking.networkmanager.enable = true; @@ -77,6 +77,8 @@ in vaapiVdpau ]; + virtualisation.podman.enable = true; + # Enable CUPS to print documents. services.printing.enable = true; diff --git a/nixos/hosts/thalassa/null/home.nix b/nixos/hosts/thalassa/null/home.nix index 14cdec7..5fbf5f3 100644 --- a/nixos/hosts/thalassa/null/home.nix +++ b/nixos/hosts/thalassa/null/home.nix @@ -7,6 +7,14 @@ discord rnix-lsp fusee-launcher + neofetch + fluxcd + k9s + kubectl + nixpkgs-review + ripgrep + rsync + tmux ]; programs.home-manager.enable = true;