tv: drop redundant swapDevices defs
This commit is contained in:
parent
9b62b9d74b
commit
91e48fae04
@ -79,8 +79,6 @@ with import <stockholm/lib>;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =[ ];
|
|
||||||
|
|
||||||
users.users.dv = {
|
users.users.dv = {
|
||||||
inherit (config.krebs.users.dv) home uid;
|
inherit (config.krebs.users.dv) home uid;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -50,8 +50,6 @@ with import <stockholm/lib>;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =[ ];
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
@ -48,8 +48,6 @@ with import <stockholm/lib>;
|
|||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(writeDashBin "play" ''
|
(writeDashBin "play" ''
|
||||||
set -euf
|
set -euf
|
||||||
|
Loading…
Reference in New Issue
Block a user