add printer drivers because i got a new printer now
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
device = "nodev";
|
||||
# efiInstallAsRemovable = true;
|
||||
useOSProber = true;
|
||||
gfxmodeEfi = "1920x1080";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
initialPassword = "password";
|
||||
description = "${config.main-user.realName}";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "networkmanager" "wheel" "input" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "video" ];
|
||||
packages = config.main-user.packages;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# using cloudflare dns instead of apollo.lv (which might be spying)
|
||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
|
||||
networking.hostName = "nixos";
|
||||
networking.hostName = "ocbwoy3-pc";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user