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 = {
|
||||
inherit (config.krebs.users.dv) home uid;
|
||||
isNormalUser = true;
|
||||
|
@ -50,8 +50,6 @@ with import <stockholm/lib>;
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices =[ ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
|
@ -48,8 +48,6 @@ with import <stockholm/lib>;
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(writeDashBin "play" ''
|
||||
set -euf
|
||||
|
Loading…
Reference in New Issue
Block a user