Move from firefox to librewolf for dialy browsing

Fix wrong hostname set
This commit is contained in:
Pim Kunis 2024-05-19 13:01:27 +02:00
parent db7238afe3
commit b6b5d8344c
7 changed files with 41 additions and 78 deletions

View file

@ -79,6 +79,8 @@
imports = [ nixos-hardware.nixosModules.lenovo-thinkpad-x260 ];
config = {
networking.hostName = "x260";
fprintd = {
enable = true;
@ -98,6 +100,7 @@
imports = [ nixos-hardware.nixosModules.dell-xps-13-9310 ];
config = {
networking.hostName = "xps-9315";
swapDevices = [{ device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b"; }];
fileSystems = {
"/" =