Compatibility with the new NixOS version
This commit is contained in:
parent
4db5c014eb
commit
6e24fd9b01
@ -53,7 +53,7 @@ in {
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
config = {
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
@ -73,7 +73,7 @@ in {
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableFontDir = true;
|
||||
fontDir.enable = true;
|
||||
enableGhostscriptFonts = true;
|
||||
fonts = with pkgs; [
|
||||
ubuntu_font_family
|
||||
|
@ -12,6 +12,7 @@ in {
|
||||
networking.usePredictableInterfaceNames = false;
|
||||
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.interfaces = [ "wlan0" ];
|
||||
imports = [ ./wireless-networks.nix ];
|
||||
|
||||
networking.extraHosts = secrets.hosts;
|
||||
|
@ -52,6 +52,7 @@ in {
|
||||
|
||||
users.users.out-of-tree = {
|
||||
home = "/var/out-of-tree";
|
||||
isSystemUser = true;
|
||||
createHome = true;
|
||||
extraGroups = [ "docker" "kvm" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user